ProductInstallation Constructor (productCode)

Microsoft Deployment Tools

Deployment Tools Foundation ProductInstallation Constructor (productCode)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerProductInstallationProductInstallation(String)
Creates a new object for accessing information about a product installation on the current system.
Declaration Syntax
C# Visual Basic Visual C++
public ProductInstallation(
	string productCode
)
Public Sub New ( _
	productCode As String _
)
public:
ProductInstallation(
	String^ productCode
)
Parameters
productCode (String)
ProductCode (GUID) of the product.
Remarks

All available user contexts will be queried.

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