ICustomLaunchConditions
Declaration
ICustomLaunchConditions : IDispatch
Overview
This interface is meant to access, edit or remove custom launch conditions
Properties
Array<ICustomLaunchCondition>
LaunchConditionsGets the custom launch conditions list
Methods
New(String aCondition, String aDescription) returns
ICustomLaunchCondition
Creates new custom launch condition. The
installation will run only if the custom launch conditions are True.
Otherwise, the launch condition description will be showed to the
user.
Delete(ICustomLaunchCondition
aCustomLaunchCondition)
Deletes and existing custom launch
condition