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
|-QuietUX|Uninstalls MSIX package silently, without any user interaction|`msixmgr.exe -RemovePackage notepadplus_0.0.0.1_x64__8wekyb3d8bbwe msix `-QuietUX |
52
59
53
60
54
61
55
-
**- FindPackage**
62
+
**- FindPackage**
63
+
Finds package with specific package full name
64
+
Example:
56
65
57
-
|Description|Example|
58
-
| -------- | -------- |
59
-
|Finds package with specific package full name|`msixmgr.exe -FindPackage notepadplus_0.0.0.1_x64__8wekyb3d8bbwe`|
Applies ACLs to a package folder (an unpacked package)
74
+
Example:
64
75
65
-
|Description|Example|
66
-
| -------- | -------- |
67
-
|Applies ACLs to a package folder (an unpacked package)|`msixmgr.exe -applyacls`|
76
+
```
77
+
msixmgr.exe -applyacls
78
+
```
68
79
69
80
|Optional parameters|Description|Example|
70
81
| -------- | -------- | -------- |
71
82
|-packagePath|Specifies path to folder to apply ACLs to |`msixmgr.exe -applyacls -packagePath C:\name_version_arch_pub`|
72
83
73
84
74
85
75
-
**-MountImage**
86
+
**-MountImage**
87
+
Mounts VHD, VHDX, or CIM image
88
+
Example:
76
89
77
-
|Description|Example|
78
-
| -------- | -------- |
79
-
|Mounts VHD, VHDX, or CIM image|`msixmgr.exe -MountImage`|
90
+
```
91
+
msixmgr.exe -MountImage
92
+
```
80
93
81
94
|Optional parameters|Description|Example|
82
95
| -------- | -------- | -------- |
@@ -87,11 +100,13 @@ This article contains an overview of the command-line syntax to help you underst
87
100
88
101
89
102
90
-
**-UnmountImage**
103
+
**-UnmountImage**
104
+
Unmounts VHD, VHDX, or CIM image
105
+
Example:
91
106
92
-
|Description|Example|
93
-
| -------- | -------- |
94
-
|Unmounts VHD, VHDX, or CIM image|`msixmgr.exe -UnmountImage`|
107
+
```
108
+
msixmgr.exe -UnmountImage
109
+
```
95
110
96
111
|Optional parameters|Description|Example|
97
112
| -------- | -------- | -------- |
@@ -101,11 +116,14 @@ This article contains an overview of the command-line syntax to help you underst
101
116
102
117
103
118
104
-
**-Unpack**
119
+
**-Unpack**
120
+
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
121
+
Example:
105
122
106
-
|Description|Example|
107
-
| -------- | -------- |
108
-
|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|CIM example `msixmgr.exe -Unpack -packagePath "C:\Users\ssa\Desktop\FileZillaChanged_3.51.1.0_x64__81q6ced8g4aa0.msix" -destination "c:\temp\FileZillaChanged.cim" -applyacls -create -vhdSize 200 -filetype "cim" -rootDirectory apps` VHDX example `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`|
@@ -116,16 +134,17 @@ This article contains an overview of the command-line syntax to help you underst
116
134
|-validateSignature|Validates a package's signature file before unpacking package. This parameter will require that the package's certificate is installed on the machine.||
|Display Help at the command prompt|`msixmgr.exe -?`|
137
+
**-?**
138
+
Display Help at the command prompt
139
+
Example:
124
140
141
+
```
142
+
msixmgr.exe -?
143
+
```
125
144
126
145
## Next steps
146
+
127
147
Learn more about MSIX app attach at [What is MSIX app attach?](/azure/virtual-desktop/what-is-app-attach)
128
-
129
148
To learn how to set up app attach, check out these articles:
130
149
131
150
-[Set up MSIX app attach with the Azure portal](/azure/virtual-desktop/app-attach-azure-portal)
@@ -135,6 +154,8 @@ To learn how to set up app attach, check out these articles:
135
154
-[Set up a file share for MSIX app attach](/azure/virtual-desktop/app-attach-file-share)
136
155
137
156
157
+
138
158
If you have questions about MSIX app attach, see our [App attach FAQ](/azure/virtual-desktop/app-attach-faq) and [App attach glossary](/azure/virtual-desktop/app-attach-glossary)
0 commit comments