Create msix package manually without GUI or msi installer

与世无争的帅哥 提交于 2020-06-27 08:06:16

问题


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


回答1:


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.




回答2:


The easiest way is to use the free executable makeappx.exe from Microsoft which is able to create msix and appx packages from a directory where your application is located in



来源:https://stackoverflow.com/questions/52788482/create-msix-package-manually-without-gui-or-msi-installer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!