Training
Module
使用適用於 Azure 虛擬桌面的 MSIX 應用程式連結來部署應用程式 - Training
了解如何使用 MSIX 應用程式連結傳遞應用程式。 MSIX 應用程式連結是應用程式傳遞技術,可將應用程式及其狀態與作業系統分開,並將應用程式動態指派給使用者。
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The MSIX SDK project includes cross-platform API support for packing and unpacking .msix/.appx packages. The project includes a shared library (.so file) that enables MSIX packages to be packaged on Linux. This library exports a subset of the functionality contained within appxpackaging.dll on Windows.
To learn more about creating, reading and writing an app package, visit the Packaging API page.
On a Linux machine use the following commands to build an MSIX package:
./makelinux [options]
./makeaosp [options]
After creating your MSIX package on Linux, you have a few options:
Distribute your app on the Microsoft Store for business. There is no need to sign it yourself in this case.
Use this Azure Dev Ops MSIX Packaging Extension to help sign your package in a Windows agent. A sample pipeline can be found here.
Generate the MSIX package on Linux and copy it over to a Windows machine to sign it by using signtool.
Training
Module
使用適用於 Azure 虛擬桌面的 MSIX 應用程式連結來部署應用程式 - Training
了解如何使用 MSIX 應用程式連結傳遞應用程式。 MSIX 應用程式連結是應用程式傳遞技術,可將應用程式及其狀態與作業系統分開,並將應用程式動態指派給使用者。