Accessing a Setup File During Installation

InstallShield 2019 Express Edition

To access a particular setup file during installation, you can query for the value of the support directory (SUPPORTDIR) and then append the file name to the SUPPORTDIR value to get the complete path of the file. The following VBScript, when run as a custom action, provides the location for SUPPORTDIR:

MsgBox (Session.Property("SUPPORTDIR"))

See Also