digital-signaturedesktop-bridgemakeappx

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


For some reason(about the digital signature of the desktop bridge app, see here), I can't use visual studio to package my project. Makeappx seems to be able to do this, but those commands are too complex for me. Is there an easier way to achieve this?

Or to put it another way, how can I directly refer to the EXE file (which I can sign) rather than just the project in the application package project?


Solution

  • If Visual Studio is too complicated I recommend you get the free Express edition from Advanced Installer.

    In the link include you can find a video that shows how to build an MSIX package (for bundle just change the radio button option from Builds page).

    enter image description here

    Additional info -

    Publishing an MSIX package in the MS store.

    Disclaimer: I work on the team building Advanced Installer.