We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec49298 commit 50a7a6fCopy full SHA for 50a7a6f
articles/virtual-desktop/msix-app-attach-create-msix-image.md
@@ -64,12 +64,9 @@ Here's an example command to create an MSIX image as a VHDX disk image. A single
64
1. To create the VHDX disk image, run the following command:
65
66
```cmd
67
- msixmgr.exe -Unpack -packagePath "C:\msix\myapp.msix" -destination "C:\msix\myapp.vhdx" -applyACLs -create -fileType vhdx -vhdSize 600 -rootDirectory apps
+ msixmgr.exe -Unpack -packagePath "C:\msix\myapp.msix" -destination "C:\msix\myapp.vhdx" -applyACLs -create -fileType vhdx -rootDirectory apps
68
```
69
70
- > [!TIP]
71
- > The parameter `vhdSize` is in MB. We recommend you specify a size that is four times the size of the MSIX package.
72
-
73
The output should be as follows:
74
75
```Output
0 commit comments