You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/msixmgr-tool-syntax-description.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
# For valid values of ms.service, ms.prod, and ms.topic, see https://review.learn.microsoft.com/en-us/help/platform/metadata-taxonomies?branch=main
5
5
6
6
title: MSIXMGR tool parameters
7
+
titleSuffix: Azure
7
8
description: This article contains an overview of the command-line syntax to help you understand and get the most from the MSIXMGR Tool. In this documentation, we’ll expand the syntax of all the parameters used by the MSIXMGR tool.
8
9
author: fiza-microsoft # GitHub alias
9
10
ms.author: fizaazmi # Microsoft alias
@@ -30,12 +31,10 @@ Before you can follow the instructions in this article, you'll need to do the fo
30
31
31
32
32
33
33
-
**-AddPackage or -p
34
-
**
34
+
**-AddPackage or -p**
35
35
Adds package at specified file path
36
-
Example:
36
+
Example:
37
37
-AddPackage [path to the MSIX package][optional arguments]
Unpacks package (.appx, .msix, .appxbundle, .msixbundle) and extract its contents to a folder.
126
+
> [!NOTE]
127
+
> VHD Size is recommended to be four times the size of MSIX package
128
+
120
129
Unpacks package (.appx, .msix, .appxbundle, .msixbundle) and extract its contents to a folder. Note: VHD Size is recommended to be four times the size of MSIX package
|-applyacls|Applies ACLs to the resulting package folder(s) and their parent folder |`msixmgr.exe -Unpack -packagePath "C:\Users\ssa\Desktop\FileZillaChanged_3.51.1.0_x64__81q6ced8g4aa0.msix" -destination "c:\temp\FileZillaChanged.vhdx" -applyacls`|
133
142
|-rootDirectory|Specifies root directory on image to unpack packages to. Required parameter for unpacking to new and existing CIM files |`msixmgr.exe -Unpack -packagePath "C:\Users\ssa\Desktop\FileZillaChanged_3.51.1.0_x64__81q6ced8g4aa0.msix" -destination "c:\temp\FileZillaChanged.vhdx" -applyacls -create -vhdSize 200 -filetype "vhdx" -rootDirectory apps`|
134
143
|-validateSignature|Validates a package's signature file before unpacking package. This parameter will require that the package's certificate is installed on the machine.||
0 commit comments