FeatureInstallation Constructor (featureName, productCode)

DTF API

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++ F#
public FeatureInstallation(
	string featureName,
	string productCode
)
Public Sub New ( 
	featureName As String,
	productCode As String
)
public:
FeatureInstallation(
	String^ featureName, 
	String^ productCode
)
new : 
        featureName : string * 
        productCode : string -> FeatureInstallation
Parameters
featureName (String)
feature name
productCode (String)
ProductCode GUID

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