Installer.ConfigureFeature Method

Windows Installer

Installer.ConfigureFeature Method

The ConfigureFeature method of the Installer object configures the installed state of a product feature.

Syntax

Script
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

VersionWindows Installer 5.0 on 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, Windows XP, and Windows 2000
DLLMsi.dll
IIDIID_IInstaller is defined as 000C1090-0000-0000-C000-000000000046

See Also

MsiConfigureFeature
Installation and Configuration Functions

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.