Test-MsiProduct
PackageDeployment Module Help |
Package Deployment Module |
Test-MsiProduct Cmdlet |
Version 4.0.0.5 |
Test-MsiProduct
Synopsis
Existence of an MSI Package
Syntax
Test-MsiProduct [-ProductCode] <String> [[-DisplayName] <String>] [[-Context] <String>] [-ContinueOnError] [<CommonParameters>]
Description
Checks if a specific MSI Package is installed.
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 |
||||||
|
-DisplayName <String> |
||||||
#TODO# |
||||||
|
-ProductCode <String> |
||||||
MSI ProductCode. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |