Launch Condition Management in Deployment
The Launch Conditions Editor allows you to specify conditions that must be met in order to successfully run an installation. For example, you might want to check for a specific version of an operating system — if a user attempts to install on a system that does not meet the condition, the installation will not occur.
Searches can be performed on a target computer to determine if a particular file, registry key, or Microsoft Windows Installer component exists.
Predefined launch conditions allow you to add a both search and a launch condition in a single step. The Property property for the search is automatically referenced in the Condition property of the launch condition.
Note |
|---|
| To learn more about condition syntax, see Deployment Conditions. |
Searches and conditional evaluations are performed at the beginning of an installation.
The following topics describe tasks that can be performed using the Launch Conditions Editor.
In This Section
- How to: Add a File Launch Condition
-
Explains how to determine if a file exists on a target computer and roll back installation if it does not.
- .NET Framework Launch Condition
-
Describes how to determine if the .NET Framework runtime files are installed on a target computer and roll back installation if they are not.
- How to: Add a Registry Launch Condition
-
Explains how to determine if a registry entry exists on a target computer and roll back installation if it does not.
- How to: Add a Windows Installer Launch Condition
-
Explains how to determine if a Windows Installer component exists on a target computer and roll back installation if it does not.
- How to: Add an Internet Information Services Launch Condition
-
Describes how to determine if Internet Information Services is installed on a target computer and roll back installation if it is not.
- How to: Add a File Search in the Launch Conditions Editor
-
Describes how to determine if a file exists on a target computer.
- How to: Add a Registry Search in the Launch Conditions Editor
-
Explains how to determine if a registry key exists on a target computer.
- How to: Add a Windows Installer Search in the Launch Conditions Editor
-
Explains how to determine if a Windows Installer component exists on a target computer.
- How to: Add a Launch Condition for Microsoft Data Access Components
-
Demonstrates how to determine if data-access components should be installed.
- How to: Add a Launch Condition in the Launch Conditions Editor
-
Describes how to specify conditions that must be met for installation.
- How to: Add Predefined Launch Conditions
-
Describes how to add preconfigured launch conditions.
- How to: Use a Registry Launch Condition to Specify a Target Directory
-
Demonstrates how to change a target directory based on conditions.
Note