I also triedsetup.exe /S /D=C:\TestDir
without any success. The setup will always install to the directory I defined in the script file, which I did as followed:setup.exe /S /D="C:\TestDir"
What am I doing wrong here???
...
InstallDir "$PROGRAMFILES\MyApp"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
...
Thanks for your help.
Cheers!
Byteloser