View Full Version : Why NSIS add the program directory into the end of "Destination folder"?
anonym
14th June 2004, 15:16
Why NSIS add the program directory into the end of "Destination folder" after selecting folder ("Browse..." button)?
How I can disable this feature?
Thank you
zimsms
14th June 2004, 15:24
It has already been fixed. However, it is not compiled into the binaries from CVS. You will need to rebuild the binaries using the latest source from CVS, in order to acquire the fix.
This BTW is a duplicate thread.
anonym
14th June 2004, 15:34
I decided this problem
I had:
InstallDir "$PROGRAMFILES\${COMPANY_NAME}\${ALIAS}"
Now I have:
InstallDir "$PROGRAMFILES\${COMPANY_NAME}\${ALIAS}\"
That is all
Thank you
zimsms
14th June 2004, 15:42
Ahh, I thought you were referring to the NT4 browse selection issue.
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.