By default installation directory I gave this
InstallDir "$PROGRAMFILES\myapplication"
When am i install win 7 64 bit exe installed in C:\Program Files (x86)\myapp instead of C:\program File\myapp.
Same way running win 7 32 bit exe installed in C:\program Files\myapp instead of C:\program Files(x86)\myapp.
I dont know why this variations happening?
Expected result:
win 7 64 bit C:\program Files\myapp
win 7 32 bit C:\program Files (X86)\myapp
I know if we checking some conditions we can change the directory.but why this variations happened?
I hope NSIS default behaviour is based on os it will select the installation directory.
InstallDir "$PROGRAMFILES\myapplication"
When am i install win 7 64 bit exe installed in C:\Program Files (x86)\myapp instead of C:\program File\myapp.
Same way running win 7 32 bit exe installed in C:\program Files\myapp instead of C:\program Files(x86)\myapp.
I dont know why this variations happening?
Expected result:
win 7 64 bit C:\program Files\myapp
win 7 32 bit C:\program Files (X86)\myapp
I know if we checking some conditions we can change the directory.but why this variations happened?
I hope NSIS default behaviour is based on os it will select the installation directory.
Comment