How can I dynamically set MUI_PRODUCT_DIR?? I want to be able to put anything in destination folder.
Any help is appreciated.
Any help is appreciated.
And use "File" commands after.code:
SetOutPath $INSTDIR
Where SubFolder is the subfolder name.code:
SetOutPath $INSTDIR\SubFolder
InstallDir "$PROGRAMFILES\RFtpPRO"
InstallDirRegKey HKCU "Software\RHpS\RFtp\Settings" "AppFile"
Comment