简体   繁体   中英

Create msix package manually without GUI or msi installer

Can anyone give me a hint how I can manually define a msix package? My application has no msi package (yet), so I can't simply convert it. Is there a way to create like a configuration file where I define manually which files need to go into the msix package? The MSIX GUI Creator doesn't give me enough control either. Any link or help is highly appreciated

As Stein recommended, an easy way is to get the Express edition from Advanced Installer and just create an empty new project ( not convert an old installer, it can do that too ), and then add in Files and Folders page all the resources you want to include in the package.

In the rest of the views from the project you can define your application details, digital signature configs, capabilities,... basically anything that would would need to manually define in the AppxManifest.xml file you can define through its GUI.

And if you are really getting started with MSIX, the tutorial I wrote is also a good reference to start from.

Disclaimer: I work on the team building Advanced Installer.

最简单的方法是使用免费的可执行makeappx.exe来自微软,它能够从您的应用程序所在目录中创建MSIXAPPX

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM