Install-MsiFeature
PackageDeployment Module Help |
Package Deployment Module |
Install-MsiFeature Cmdlet |
Version 4.0.0.5 |
Install-MsiFeature
Synopsis
Configure MSI-based software
Syntax
Install-MsiFeature [-ProductCode] <String> [[-DisplayName] <String>] [[-HintPath] <String>] [-ContinueOnError] [-FeatureList] <String[]> [[-ResultVariable] <String>] [[-Context] <String>] [<CommonParameters>]
Description
Changes the installation state of features of an already installed 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 |
||||||
|
-DisplayName <String> |
||||||
The name of the software is displayed in the next field. |
||||||
|
-FeatureList <String[]> |
||||||
List of the features with installation state. |
||||||
|
-HintPath <String> |
||||||
Path to the MSI-based software. |
||||||
|
-ProductCode <String> |
||||||
The MSI-based software is identified via the product code (MSI-GUID). |
||||||
|
-ResultVariable <String> |
||||||
A variable that collects the result. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |