Inside my Windows post-installation script I do cd ${installdir} but it is not working. Why is that?
asked 06 Sep '11, 07:01
Jake ♦♦ 181●5●33●173 accept rate: 98%
edited 12 Sep '11, 04:12
If the installation directory is in a different drive that the one the installer file is you need to use: cd /s \${installdir}
answered 06 Sep '11, 07:02
edited 15 Sep '11, 05:57
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
This site is a community support forum for BitRock InstallBuilder. You can also visit our reference online documentation or contact support directly.
Tags:
installdir ×3
Asked: 06 Sep '11, 07:01
Seen: 255 times
Last updated: 15 Sep '11, 05:57
The BitRock InstallBuilder website provides up-to-date information about our crossplatform installation tool, including new releases
The shortcuts work fine in my system, but do not work or do not display an image when installed in a different system.
What do ${installdir}, ${full_productname} and all the other installer environment variables mean?
powered by BitNami OSQA