cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mystique
Level 5

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.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

If it's pure InstallScript, SRCDIR or PACKAGE_LOCATION will point to the source location, depending on your build settings.
0 Kudos