AddProductConfig Method

InstallShield 2016 » Automation Interface

Project • This information applies to the following project types:

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

AddProductConfig Method Parameters

Parameter

Description

ProductConfigKey

Holds the name of your new product configuration.

Applies To

ISWiProject