desktopAppConverter Multiple MSI files

梦想的初衷 提交于 2019-12-02 17:50:33

问题


I am currently testing out AppX for a customer Appx is fairly easy for small applications such as Adobe Reader and so on.

does anyone have any experience in packing larger Applications with multiple MSI files and possible registry changes file changes and so on ?

how do you specify multiple MSI files is that possible ? the documentation is not specific in how you achieve that.


回答1:


With Desktop App Converter, making customisation while creating AppX packages is not straightforward. It may be easier to use one of the application repackaging tools which enable you to capture any number of MSI and make the necessary customisations, including any changes to the registry or file system. Here's the list of some of such tools on Microsoft website: https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-root




回答2:


Converting the packages is now much easier with the new free Express edition from Advanced Installer, developed in partnership with Microsoft.

It has a GUI that allows for advanced customization of the APPX packages, without requiring you to have knowledge about the internals package schemas.

If you have any questions about it, let me know, would love to help.

Disclaimer: I work on the team that builds Advanced Installer.



来源:https://stackoverflow.com/questions/49323538/desktopappconverter-multiple-msi-files

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