Свойство | Тип | Описание | |
---|---|---|---|
GetQuery | string | ||
OpenProduct | Microsoft.Deployment.WindowsInstaller.Session | ||
WriteRecords | void |
Метод | Описание | |
---|---|---|
BeginProcessing ( ) : void |
Sets up the user interface handlers.
|
|
EndProcessing ( ) : void |
Restores the previous user interface handlers.
|
|
ProcessItem ( System.Management.Automation.PSObject item ) : void |
Opens the database specified by the item and executes the specified query.
|
|
ProcessRecord ( ) : void |
Opens an installed Product or the database specified by the Path or LiteralPath.
|
Метод | Описание | |
---|---|---|
GetQuery ( Microsoft.Deployment.WindowsInstaller.Database db, string path ) : string | ||
OpenProduct ( Microsoft.Deployment.WindowsInstaller.ProductInstallation product ) : Microsoft.Deployment.WindowsInstaller.Session | ||
WriteRecords ( Microsoft.Deployment.WindowsInstaller.Database db, string path ) : void |
protected ProcessItem ( System.Management.Automation.PSObject item ) : void | ||
item | System.Management.Automation.PSObject | A file item that references a package database. |
Результат | void |