Skip to content

Commit 50a7a6f

Browse files
committed
Removed vhdSize parameter and note as it's no longer needed
1 parent ec49298 commit 50a7a6f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/virtual-desktop/msix-app-attach-create-msix-image.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,9 @@ Here's an example command to create an MSIX image as a VHDX disk image. A single
6464
1. To create the VHDX disk image, run the following command:
6565

6666
```cmd
67-
msixmgr.exe -Unpack -packagePath "C:\msix\myapp.msix" -destination "C:\msix\myapp.vhdx" -applyACLs -create -fileType vhdx -vhdSize 600 -rootDirectory apps
67+
msixmgr.exe -Unpack -packagePath "C:\msix\myapp.msix" -destination "C:\msix\myapp.vhdx" -applyACLs -create -fileType vhdx -rootDirectory apps
6868
```
6969

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-
7370
The output should be as follows:
7471

7572
```Output

0 commit comments

Comments
 (0)