Why NSIS add the program directory into the end of "Destination folder"?
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
Archive: Why NSIS add the program directory into the end of "Destination folder"?
Why NSIS add the program directory into the end of "Destination folder"?
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
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.
I decided this problem
I had:
InstallDir "$PROGRAMFILES\${COMPANY_NAME}\${ALIAS}"
Now I have:
InstallDir "$PROGRAMFILES\${COMPANY_NAME}\${ALIAS}\"
That is all
Thank you
Ahh, I thought you were referring to the NT4 browse selection issue.