AddProductConfig Method
InstallShield 2026 » Automation Interface
Project:
| • | Basic MSI |
| • | InstallScript MSI |
| • | Merge Module |
Call the AddProductConfig method to add a product configuration to your project. Using this method is similar to adding a product configuration with the Release Wizard or the Releases view of the IDE. You can set the properties of the new product configuration with the ISWiProductConfig object.
Syntax
AddProductConfig (ProductConfigKey As String) As ISWiProductConfig
Parameters
|
Parameter |
Description |
|
ProductConfigKey |
Holds the name of your new product configuration. |
Applies To
| • | ISWiProject |