If Statement; Install Msi From Destination - Symantec WINDOWS INSTALLER EDITOR 7.0 SP2 - REFERENCE FOR WISE INSTALLATION EXPRESS V1.0 Installation Manual

Table of Contents

Advertisement

If Statement

Install MSI From Destination

Windows Installer Editor Reference
Property
Specify a property that will store the path and name of the .EXE. Select a property
or type a new property name.
Command Line
(Optional) Enter command-line options to pass to the .EXE file.
See also:
Guidelines for Custom Action Location
Using the Custom Action Properties Tab
Using the Custom Action Location Tab
Custom Action Type 50 in the Windows Installer SDK Help
Use If Statements to set conditions on actions. An If Statement marks the beginning of
a If block, which is a conditional block of actions. The If block must be concluded by an
End Statement. If the condition specified in the If Statement is true, the actions inside
the If block are executed; if false, the actions are not executed. You can nest If
Statements to create complex conditions.
The condition you enter in the Condition field is subject to Windows Installer guidelines
for creating conditions.
See Conditional Statement Syntax in the Windows Installer SDK Help.
To use the Condition Builder to create a syntactically correct Windows Installer
condition, click Build.
See
Creating Conditions With Condition Builder
See also:
Conditions
on page 380
Using Conditions With Features
This custom action runs a Windows Installer installation that is already advertised or
installed on the destination computer (referred to as a nested installation). This is useful
for reinstalling or uninstalling an application that was originally installed with an Install
MSI custom action.
Tips
The installation being called must already be advertised or installed on the
destination computer.
You must know the product code of the installation to call.
This custom action is not available in an Administrative Installation.
The installation being called must be a Windows Installer installation.
On the Properties tab, In-Script Options is unavailable for this custom action and
Processing only allows synchronous execution.
on page 445
on page 482
on page 479
on page 384.
on page 106
Custom Action Reference
468

Advertisement

Table of Contents
loading

This manual is also suitable for:

Windows installer editor 7.0 sp2

Table of Contents