InstallShield 2019 » Automation Interface » Advanced UI and Suite/Advanced UI
Project • This information applies to the following project types:
• | Advanced UI |
• | Suite/Advanced UI |
Project-specific differences are noted where applicable.
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 AddSuitePackage method adds a package (such as an .msi package, an InstallScript package, an .exe package, or other supported type) along with the specified target file and options for adding additional files. Using this method is similar to adding a package in the Packages view in InstallShield. You can set the properties of the new package with the ISWiSuitePackage object.
Syntax
AddSuitePackage (PackageType As ISWiSuitePackageType, TargetFileName As String, AdditionalFiles As ISWiAdditionalFiles) As ISWiSuitePackage
Parameters
Parameter |
Description |
|||||||||||||||||||||||||||
PackageType |
Specify the type of package that you are adding to the project. The following project types are available in Advanced UI and Suite/Advanced UI projects:
The following project types are available only in Suite/Advanced UI projects:
|
|||||||||||||||||||||||||||
TargetFileName |
Specify the file in the package (such as the .msi file) that the Advanced UI or Suite/Advanced UI installation should invoke. |
|||||||||||||||||||||||||||
AdditionalFiles |
Specify the type of additional files that you want to add for the package. Available options are:
|
Applies To
• | ISWiProject |
InstallShield 2019 Help LibraryApril 2019 |
Copyright Information | Flexera |