Windows Installer Editor Reference
532
Custom Action Reference
In Web Page URL on the Launch Web Page dialog box, designate the URL to open
during installation. The URL must be complete. Example: http://www.symantec.com.
See also:
Download File From Internet
on page 524
Post Data to HTTP Server
on page 532
Guidelines for Custom Action Location
on page 505
Open Document From Installed Files
This custom action opens a document installed by the installation. On the Open
Document From Installed Files dialog box, specify the name of the file to open from this
installation.
Tips
z
Before you add this custom action, add the file to be called to the Files page in
Installation Expert.
z
Shaded areas of MSI Script indicate restricted placement for this custom action;
because this custom action calls an installed file, it must run after files are installed.
See also:
Guidelines for Custom Action Location
on page 505
Pause Installation
This custom action temporarily stops a sequence from executing. After the specified
number of seconds, the sequence continues running.
This action must be placed in the Execute Deferred sequence.
Usage
Double-click the custom action and complete the dialog box:
z
Seconds to Pause
Number of seconds for the sequence to pause.
z
Progress Bar Text
Text to display in the progress bar during the pause. You cannot enter properties or
other formatted text. The field length is limited to 64 characters and two lines.
See also:
Guidelines for Custom Action Location
on page 505
Post Data to HTTP Server
This custom action posts information over the Internet to a Web server. Example: Use it
to record user registration information or other data.