Deployment Tools Foundation
FeatureInstallation Constructor (featureName, productCode)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► FeatureInstallation ► FeatureInstallation(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
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)