Dec 14 2023 06:40 PM - edited Dec 23 2023 08:29 AM
I have migrated an app from UWP to WinUI 3 and VS no longer generates the .appxupload file. In other words, the bundle is not generated with the regular app publishing process in VS:
It generates a .msix file. Microsoft Partner Center does not allow me to submit myapp_x64.msix because "A previous submission for this app was released with a Windows 10/11 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10/11 .msixbundle or .appxbundle."
It seems that I need to use MakeAppx.exe to create the bundle for submission. Could anyone point me to the official instructions for this?
I tried to use MakeAppx.exe to create a bundle from the folder created by VS's package creation process: "...\bin\x64\Release\net8.0-windows10.0.22621.0\win-x64\AppPackages\Foo.Windows_6.0.17.0_x64_Test" and Got the following:
MakeAppx : error: Bundle creation failed.
MakeAppx : error: 0x8051100f - The specified package format is not valid: The zip archive is missing the end of central directory marker.
Dec 23 2023 08:18 AM
Dec 23 2023 08:35 AM