Skip to content

Commit 4999e41

Browse files
committed
Update Add-AppxPackage.md
1 parent 5cbfd13 commit 4999e41

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docset/winserver2022-ps/appx/Add-AppxPackage.md

+7
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ Add-AppxPackage -Path "C:\Users\user1\Desktop\MyApp.msixbundle" -RequiredContent
119119

120120
This command adds an app package but only installs the required section of a streaming app. Calling this command again without the RequiredContentGroupOnly flag proceeds to install the rest of the application in the order defined by the AppxContentGroupMap.xml
121121

122+
### Example 6: Install an app using the App Installer file
123+
```powershell
124+
Add-AppxPackage -AppInstallerFile "C:\Users\user1\Desktop\MyApp.appinstaller"
125+
```
126+
127+
This command adds an app package as outlined in the App Installer file. With any / all update settings specified within the App Installer file.
128+
122129
## PARAMETERS
123130

124131
### -AllowUnsigned

0 commit comments

Comments
 (0)