ComponentInstallation Constructor (componentCode)

Microsoft Deployment Tools

Deployment Tools Foundation ComponentInstallation Constructor (componentCode)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerComponentInstallationComponentInstallation(String)
Creates a new ComponentInstallation, automatically detecting the product that the component is a part of.
Declaration Syntax
C# Visual Basic Visual C++
public ComponentInstallation(
	string componentCode
)
Public Sub New ( _
	componentCode As String _
)
public:
ComponentInstallation(
	String^ componentCode
)
Parameters
componentCode (String)
component GUID
Remarks

Win32 MSI API: MsiGetProductCode

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)