I'm converting from InstallShield to install in WiX. One of the custom actions is VBScript, which is the reference
session. Property ("SETUPEXEDIR") which represents the location of the setup files in InstallShield. When the script runs through YX, the expression evaluates an empty string.
How do I get that value inside a VBScript for a Wix custom verb?
Thank you!
If you do not do this, the value is InstallShield Setup.exe (if using one) MSI has a public property with no setup.exe, you have no assets.
The MSI will have the closest asset built in to get the directory to get the values parsed in VBScript. Property ["Basic Database"] will be used.
Comments
Post a Comment