Windows Installer Editor Reference
496
Using MSI Script
In the Visual Studio integrated editor, you cannot select an installation mode, because
the standard Visual Studio Find dialog box is used.
Note
You cannot replace text using this feature, but you can replace text in Setup Editor >
Tables tab.
See
Searching for Table Data
on page 434.
See also:
About Installation Modes
on page 492
About Installation Sequences
on page 495
About MSI Script
on page 491
Editing Sequences
Use the commands on the Edit menu, the right-click menu, or the tools on the toolbar to
edit an MSI Script™ sequence. You can edit only one action at a time, but you can cut,
copy, or paste several actions at a time. To edit an action, select its installation mode,
click its sequence tab, and select the action from the Installation Sequence pane.
See:
Types of Actions in MSI Script Sequences
on page 496
About the Standard and Custom Tabs
on page 497
Adding and Editing Actions
on page 497
Commenting Out Script Lines
on page 498
About MSI Script
on page 491
Types of Actions in MSI Script Sequences
z
Windows Installer standard actions (gray)
These built-in actions are defined by the Windows Installer SDK. Double-click a
standard action in the Installation Sequence list and press F1 to access the
Windows Installer SDK help for the action. These actions perform basic installation
tasks, such as creating shortcuts and writing files. You cannot edit standard actions,
and you should not move or delete them. See Standard Actions in the Windows
Installer SDK Help.
z
Dialog box actions (violet)
Dialog box actions display dialog boxes or groups of dialog boxes. Often, one
Display Dialog action includes several dialog boxes. To edit or view all the dialog
boxes associated with a Display Dialog action, double-click the Display Dialog line,
and the dialog box opens in Setup Editor > Dialogs tab.
See
Using the Dialogs Tab
on page 456.
z
Custom actions (black)
You can add custom actions to an installation to perform actions that are not
available using the Windows Installer standard actions. Custom actions are
sometimes added automatically to enhance some capabilities of Windows Installer.
See
Wise Custom Actions
on page 553.