Makeappx.exe
makeappx bundle /d "C:\PackagesToBundle" /p "C:\Output\MyApp.msixbundle" Use code with caution. Why Use the Command Line Instead of Visual Studio?
In some Windows SDK samples, there is a fictional “Paper” app (e.g., for ink or drawing). A build script might include makeappx to package it. makeappx.exe
Упаковщик приложений (MakeAppx.exe) - Win32 apps makeappx bundle /d "C:\PackagesToBundle" /p "C:\Output\MyApp
is a command-line tool included in the Windows SDK used to create, unpack, and manage app packages ( .msix and .appx ) and bundles. 1. Common Commands Description pack Creates an app package from a directory of files. unpack Extracts files from an existing package to a folder. bundle using MakeAppx.exe directly offers several advantages:
While Visual Studio's "Publish" wizard is convenient, using MakeAppx.exe directly offers several advantages: