Install-MsiProduct
PackageDeployment Module Help |
Package Deployment Module |
Install-MsiProduct Cmdlet |
Version 4.0.0.5 |
Install-MsiProduct
Synopsis
Install MSI-based software
Syntax
Install-MsiProduct [-Path] <String> [[-InstallationMode] <String>] [[-Target] <String>] [-ContinueOnError] [-SecureParameters] [-VerifyInstallation] [[-Options] <String[]>] [[-LogLevel] <String>] [[-ResultVariable] <String>] [[-Context] <String>] [<CommonParameters>]
Description
Installs an MSI-based software.
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 |
||||||
|
-InstallationMode <String> |
||||||
Advertise: The MSI Package is installed only for a specified user. Other users cannot work with the installed application. |
||||||
|
-LogLevel <String> |
||||||
Please specify the detail level for logging. Possible values: NORMAL, DEBUG. Recommended: NORMAL. |
||||||
|
-Options <String[]> |
||||||
Transforms and Parameters. |
||||||
|
-Path <String> |
||||||
Path to the MSI-based software. You can use variables in the path specification. |
||||||
|
-ResultVariable <String> |
||||||
A variable that collects the result. |
||||||
|
-SecureParameters <SwitchParameter> |
||||||
The command is not written to the log file. Use this option if you do not want the installation parameters to be read out. |
||||||
|
-Target <String> |
||||||
AllUsers: The MSI Package is installed only for a specified workstation. All users working on this specific workstation can use the application. |
||||||
|
-VerifyInstallation <SwitchParameter> |
||||||
Performs additional, detailed tests to determine whether the MSI-based software has been correctly installed. Only this option ensures that the logging as a successful installation actually corresponds to the facts. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |