Skip to content

Commit d62afa2

Browse files
committed
Correcting a couple of descriptions
1 parent 4bcf5f6 commit d62afa2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/virtual-desktop/msixmgr-tool-syntax-description.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ msixmgr.exe -MountImage -imagePath "C:\SomeDirectory\myapp.cim" -fileType CIM
9494

9595
|Optional parameters|Description|Example|
9696
| -------- | -------- | -------- |
97-
|-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:\SomeDirectory\myapp.cim" -filetype CIM -readOnly false`|
97+
|-readOnly|Boolean (true of false) indicating whether the image should be mounted as read only. If not specified, the image is mounted as read-only by default. |`msixmgr.exe -MountImage -imagePath "C:\SomeDirectory\myapp.cim" -filetype CIM -readOnly false`|
9898

9999
### -quietUX
100100

@@ -145,9 +145,6 @@ Unpacks package (`.appx`, `.msix`, `.appxbundle`, `.msixbundle`) and extract its
145145
msixmgr.exe -Unpack -packagePath "C:\SomeDirectory\myapp.msix" -destination "C:\Apps\myapp"
146146
```
147147

148-
149-
-fileType [VHD | VHDX | CIM] -rootDirectory [Root directory on an image to unpack packages to. For CIM files only] -vhdSize [between 5 and 204000 MB. For VHD or VHDX files only]
150-
151148
|Optional parameters|Description|Example|
152149
| -------- | -------- | -------- |
153150
|-applyacls|Applies ACLs to the resulting package folder(s) and their parent folder. |`msixmgr.exe -Unpack -packagePath "C:\SomeDirectory\myapp.msix" -destination "C:\Apps\myapp" -applyACLs` |

0 commit comments

Comments
 (0)