AddSuiteRelease Method (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 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 AddSuiteRelease method adds a release with the specified name to the project. Using this method is similar to adding a release in the Releases view in InstallShield. You can set the properties of the new release with the ISWiSuiteRelease object.
Syntax
AddSuiteRelease (ReleaseName As String) as ISWiSuiteRelease
Parameters
| 
                                                         Parameter  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         ReleaseName  | 
                                                    
                                                         Specify the name of the release that you want to add.  | 
                                                
Applies To
| • | ISWiProject |