Install-MsiPatch
PackageDeployment Module Help |
Package Deployment Module |
Install-MsiPatch Cmdlet |
Version 4.0.0.5 |
Install-MsiPatch
Synopsis
Install MSI Patch
Syntax
Install-MsiPatch [-Path] <String> [[-AddParameters] <String>] [[-ResultVariable] <String>] [-ContinueOnError] [[-Context] <String>] [<CommonParameters>]
Description
Installs an MSI patch.
Parameters
-AddParameters <String> |
||||||
Additional Parameters. |
||||||
|
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Path <String> |
||||||
Path to the MSI-based software. You can use variables in the path specification. |
||||||
|
-ResultVariable <String> |
||||||
A variable that collects the result. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |