C# Class Microsoft.Tools.WindowsInstaller.PowerShell.Commands.InstallProductActionData

The data for actions to repair a package or product.
Inheritance: InstallCommandActionData
Exibir arquivo Open project: heaths/psmsi

Public Methods

Method Description
SetProductCode ( ) : void

Opens the package read-only and sets the InstallCommandActionData.ProductCode property.

Method Details

SetProductCode() public method

Opens the package read-only and sets the InstallCommandActionData.ProductCode property.
public SetProductCode ( ) : void
return void