

Select the All v2008-2018, DevStudio v9-12, Express v12+ option for all Professional, Premier, and DevStudio versions 9 or later and all Express versions 12 or later. InstallShield compiler to call: Identifies which InstallShield product is being used (determines the default compiler executable location and filename and base command-line flags).

NOTE: Users of Wise for Windows Installer 3.52 should see the topic titled "Custom Actions" in the Wise online help topics.This tab of the InstallShield action specifies information about the project being compiled.įilename: The filename of the project to compile (required). MSI Script" in the Wise online help topics.

This stores the script inside another Windows Installer property.įor more information about any of these custom actions, please see the topics titled "'Custom Action Reference," "Tips on Custom Action Location," and "Using. This action must be run after the InstallFiles action, ideally after InstallFinalize. VBS script as part of the installation and then executes the script from the destination machine. NOTE: Wise for Windows Installer 3.52 called this action Call VBScript stored in a Custom Action. This stores the script as code embedded in the custom action itself.

Please note that the user installing your package must have permission to write files to the temporary location. This stores the script in the Binary table and extracts the script to a temporary location at runtime. The four types of custom actions available for calling VB scripts are: Myvariable=session.property("myproperty') To retrieve a property value from the Windows Installer use this code: Use any of the VB Script custom actions when calling the VB script. In order to use the following code, execute VB scripts using a custom action in the. The code is relatively simple and makes use of the session object of the Windows Installer service. Properties needed for a Windows Installer installation to complete can be set at runtime using VB script. How do I retrieve and set properties set a property in VB script?
