Uninstall-MsiProduct
PackageDeployment Module Help |
Package Deployment Module |
Uninstall-MsiProduct Cmdlet |
Version 4.0.0.5 |
Uninstall-MsiProduct
Synopsis
Uninstall MSI-based software
Syntax
Uninstall-MsiProduct [-ProductCode] <String> [[-DisplayName] <String>] [[-AddParameters] <String>] [-ContinueOnError] [[-UiLevelFlags] <String>] [[-UiLevelAsProject] <Boolean>] [[-ResultVariable] <String>] [[-Context] <String>] [<CommonParameters>]
Description
Uninstalls an MSI-based software.
Parameters
-AddParameters <String> |
||||||
#TODO# |
||||||
|
-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 |
||||||
|
-DisplayName <String> |
||||||
The name of the software is displayed in the next field. |
||||||
|
-ProductCode <String> |
||||||
The MSI-based software is identified via the product code (MSI-GUID). |
||||||
|
-ResultVariable <String> |
||||||
#TODO# |
||||||
|
-UiLevelAsProject <Boolean> |
||||||
#TODO# |
||||||
|
-UiLevelFlags <String> |
||||||
#TODO# |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |