How to Create an MSIX package and CIM file for Azure Virtual Desktop (AVD)

Описание к видео How to Create an MSIX package and CIM file for Azure Virtual Desktop (AVD)

This video demonstrates how to convert a Putty application to an msix package. The msix package was then converted to a cim file using the msix manager tool.
To download the msixmgr tool as shown in this video, head over to this link -
https://learn.microsoft.com/en-us/azu...

The command used to convert the msix package to a cim file is shown below. Remember to change the path to your msix file and the cim file to be created.
msixmgr.exe -Unpack -packagePath "C:\msix\myapp.msix" -destination "C:\msix\myapp\myapp.cim" -applyACLs -create -fileType cim -rootDirectory apps

Комментарии

Информация по комментариям в разработке