ICustomLaunchConditionsCopy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

ICustomLaunchConditions : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to access, edit or remove custom launch conditions

Properties Copy link to this sectionLink to this section copied!

Array<ICustomLaunchCondition> LaunchConditionsGets the custom launch conditions list

MethodsCopy link to this sectionLink to this section copied!

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