如何使用makeappx根据appxmanifest文件创建可以上传到store的msixbundle文件?

How to use makeappx to create msixbundle files that can be uploaded to the store according to the appxmanifest file?

由于某些原因(关于桌面桥应用程序的数字签名,请参阅here),我无法使用visual studio 来打包我的项目。 Makeappx 似乎能够做到这一点,但这些命令对我来说太复杂了。有没有更简单的方法来实现这一目标?

或者换句话说,我怎么能直接引用EXE文件(我可以签名)而不是只引用应用程序包项目中的项目?

如果 Visual Studio 太复杂我建议你得到 free Express edition from Advanced Installer.

在 link 包含中,您可以找到展示如何构建 MSIX 程序包的视频(对于捆绑,只需从“构建”页面更改单选按钮选项)。

附加信息 -

Publishing an MSIX package in the MS store.

免责声明:我在 Advanced Installer 团队中工作。