I have created an UWP app package with a appxbundle file and I want to know can I package it as MSI format? how can I make it work?
Asked
Active
Viewed 1,579 times
0
-
1https://social.msdn.microsoft.com/Forums/en-US/05792cba-66e9-4e5f-ba01-7cb345fed24c/uwp-how-to-convert-msi-file-for-windows-10-uwp-apps?forum=wpdevelop – TheTanic Sep 19 '18 at 07:43
-
1with the latest sdk you can even distribute your apps as msix ( combination of appx and msi ) : https://mcpmag.com/articles/2018/08/09/microsoft-msix-replacing-msi-appx.aspx – Muhammad Touseef Sep 19 '18 at 08:02
1 Answers
0
I think this would be achievable with Advanced Installer. You can try to import your .APPX file into a setup project and then add an MSI build type to the setup project.

herman.smn
- 1,214
- 7
- 9