This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- InstallScript: redirect to a file in the source cd possible?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 22, 2009
03:54 PM
InstallScript: redirect to a file in the source cd possible?
I am coding a custom dialog that checks for the product prerequisites. I was trying to put a dynamic button on the dialog. If the prerequisite is not installed, the button shows up. When user clicks the button, it redirect to the source cd directory so the user can launch the msi. Is this possible to do with InstallScript?
Thanks for any help on this.
Thanks for any help on this.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 22, 2009
05:21 PM
If it's pure InstallScript, SRCDIR or PACKAGE_LOCATION will point to the source location, depending on your build settings.