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

Inheritance: ItemCommandBase
Mostrar archivo Open project: heaths/psmsi

Private Properties

Property Type Description

Protected Methods

Method Description
BeginProcessing ( ) : void

Ges the path to Orca if installed; otherwise, displays a warning.

ProcessItem ( System.Management.Automation.PSObject item ) : void

Attempts to open the item in Orca, if installed; otherwise, tries to invoke the "edit" verb on the package.

Method Details

BeginProcessing() protected method

Ges the path to Orca if installed; otherwise, displays a warning.
protected BeginProcessing ( ) : void
return void

ProcessItem() protected method

Attempts to open the item in Orca, if installed; otherwise, tries to invoke the "edit" verb on the package.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject The representing a package to open.
return void