Call Vbscript From Property; Display Message - Symantec WINDOWS INSTALLER EDITOR 7.0 SP2 - REFERENCE FOR WISE INSTALLATION EXPRESS V1.0 Installation Manual

Table of Contents

Advertisement

Call VBScript From Property

Display Message

Windows Installer Editor Reference
See also:
Guidelines for Calling VBScripts and JScripts
Guidelines for Custom Action Location
Using the Custom Action Properties Tab
Using the Custom Action Location Tab
Custom Action Type 22 in the Windows Installer SDK Help
This custom action runs VBScript code that is stored inside a Windows Installer property.
You might store the script in a property if part or all of the VBScript needs to be
generated dynamically based on end user input or system configuration.
Tips
The script is limited to 32 Kb, which is the size limit for Windows Installer properties.
To use this option, you must also provide some mechanism for populating the
property with the script text.
Use the script to read and write properties to the installation.
The destination computer must contain the script's runtime.
Usage
Double-click the custom action and complete the Details tab:
Custom Action Name
Enter a unique name that begins with a letter or underscore. It can contain numbers
and periods. It must not match the name of any Windows Installer standard action.
See Standard Actions Reference in the Windows Installer SDK Help.
Property
Specify a property that stores the script, either by selecting a property or typing a
new property name. Elsewhere in the installation, populate this property with the
script text.
Script Function Call
(Optional.) Type the name of the function within the script to call.
Run Script in Win64 Process
(64-bit installations only.) Mark this if the script needs to access 64-bit functionality
and run in a 64-bit process.
See also:
Guidelines for Calling VBScripts and JScripts
Guidelines for Custom Action Location
Using the Custom Action Properties Tab
Using the Custom Action Location Tab
Custom Action Type 54 in the Windows Installer SDK Help
This custom action displays a message to the end user. You can also use it for debugging
by displaying the value of properties while the installation runs.
on page 447
on page 445
on page 482
on page 479
on page 447
on page 445
on page 482
on page 479
Custom Action Reference
463

Advertisement

Table of Contents
loading

This manual is also suitable for:

Windows installer editor 7.0 sp2

Table of Contents