FeatureInstallation Constructor (featureName, productCode)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation FeatureInstallation Constructor (featureName, productCode)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerFeatureInstallationFeatureInstallation(String, String)
Creates a new FeatureInstallation instance for a feature of a product.
Declaration Syntax
C# Visual Basic Visual C++
public FeatureInstallation(
	string featureName,
	string productCode
)
Public Sub New ( 
	featureName As String,
	productCode As String
)
public:
FeatureInstallation(
	String^ featureName, 
	String^ productCode
)
Parameters
featureName (String)
feature name
productCode (String)
ProductCode GUID

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)