Inside my Windows post-installation script I do cd ${installdir} but it is not working. Why is that?
| Author: BitRock Support Date: October 30, 2007 09:33 Tags: |
Installer environment variables
|
If the installation directory is in a different drive that the one the installer file is you need to use:
cd /s \${installdir} |