Dependency Builder window

This window enables you to construct more complicated package dependencies using complex expressions. For example, if you have a package which requires Internet Explorer 6, and either Microsoft .NET 1.1 or .Net 2.0, but cannot have an application named MyProgram on the same computer, you could construct the following dependency:

Windows Internet Explorer 6 AND (Microsoft .NET 1.1 OR Microsoft .NET 2.0) NOT MyProgram

Construct the expression you want by selecting each dependent package from the list and then clicking the 'Add to Expression' button. Use the AND, OR, NOT and bracket buttons to set up the precise syntax of the expression.

See Related Topics for more information. Further information is provided in Packages and Products Help.

arrowright.gifRelated Topics