AddExtensionCondition Method (Advanced UI and Suite/Advanced UI)
InstallShield 2020 » Automation Interface » Advanced UI and Suite/Advanced UI
Project:This information applies to the following project types:
| • | Advanced UI | 
| • | Suite/Advanced UI | 
Edition:The Advanced UI project type is available in the Professional edition of InstallShield. The Suite/Advanced UI project type is available in the Premier edition of InstallShield. For information about the differences between these two project types, see Advanced UI Projects vs. Suite/Advanced UI Projects.
The AddExtensionCondition method adds an extension condition to a condition group.
Syntax
AddExtensionCondition (ConditionCheckName As String, Resource as String) As ISWiSuiteCondition
Parameters
| 
                                                         Parameter  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         ConditionCheckName  | 
                                                    
                                                         Specify the name of the condition; this is part of the name of the DLL entry points.  | 
                                                
| 
                                                         Resource  | 
                                                    
                                                         Specify the name of the DLL file. For the other types of built-in conditions.  | 
                                                
Applies To
| • | ISWiSuiteCondition | 
See Also
Building Conditional Statements in Advanced UI and Suite/Advanced UI Projects
Types of Condition Checks in Advanced UI and Suite/Advanced UI Projects
Creating a Custom Condition for an Advanced UI or Suite/Advanced UI Installation