Installer.ConfigureFeature method
The ConfigureFeature method of the Installer object configures the installed state of a product feature.
Syntax
Installer.ConfigureFeature(
Product,
Feature,
InstallState
)
Parameters
-
Product
-
Specifies the product code of the product.
-
Feature
-
Specifies the feature ID of the feature to be configured.
-
InstallState
-
Specifies the installation state for the feature. This parameter must be one of the following values.
Value Meaning - msiInstallStateAdvertised
The feature is advertised - msiInstallStateLocal
The feature is installed locally. - msiInstallStateAbsent
The feature is uninstalled. - msiInstallStateSource
The feature is installed to run from source. - msiInstallStateDefault
The feature is installed to its default location.
Return value
This method does not return a value.
Requirements
Requirement | Value |
---|---|
Version |
Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003 or Windows XP |
DLL |
|
IID |
IID_IInstaller is defined as 000C1090-0000-0000-C000-000000000046 |
See also