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
-MountImage [path to the MSIX package][optional arguments]
90
97
91
98
```
92
-
msixmgr.exe -MountImage
99
+
msixmgr.exe -MountImage
93
100
```
94
101
95
102
|Optional parameters|Description|Example|
96
103
| -------- | -------- | -------- |
97
-
|-imagePath|Specifies path to image file to mount or unmount|`msixmgr.exe -MountImage -imagePath "C:\Users\User\abc\xyz.cim"`|
104
+
|-imagePath|Specifies path to image file to mount or unmount|`x`|
98
105
|-filetype |Specifies type of file to mount or unmount. The following file types are currently supported: {VHD, VHDX, CIM}|`msixmgr.exe -MountImage -imagePath "C:\Users\User\abc\xyz.cim" -filetype "cim" `|
99
106
|-readOnly|Boolean (true of false) indicating whether a VHD(X) should be mounted as read only. If not specified, the image is mounted as read-only by default |`msixmgr.exe -MountImage -imagePath "C:\Users\User\abc\xyz.cim" -filetype "cim" -readOnly false`|
100
107
@@ -105,10 +112,11 @@ msixmgr.exe -MountImage
105
112
106
113
107
114
115
+
108
116
**-UnmountImage**
109
117
Unmounts VHD, VHDX, or CIM image
110
-
Example:
111
-
118
+
Example:
119
+
-UnmountImage [path to the MSIX package][optional arguments]
112
120
```
113
121
msixmgr.exe -UnmountImage
114
122
```
@@ -126,11 +134,16 @@ Unpacks package (.appx, .msix, .appxbundle, .msixbundle) and extract its content
126
134
> [!NOTE]
127
135
> VHD Size is recommended to be four times the size of MSIX package
128
136
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
0 commit comments