Forum Discussion
Robert_Trebor
May 12, 2020Copper Contributor
MSIX Package Editor command line?
I wonder if I can do the following by command line: adding files to an existing MSIX package. I have was able to do that for ClickOnce, using Mage: adding a directory with dlls and resigning it. ...
Bogdan Mitrache
May 14, 2020Iron Contributor
My recommendation is to use the MSIX Packaging Tool if you need to convert existing installers or create a modification package.
If you have an app for which you are still writing code then I recommend using the Windows Application Packaging Project from Visual Studio or use tools like Advanced Installer to create and maintain your MSIX up to date.
Both VS and Advanced Installer will give you a project which you can integrate into your Azure pipeline.
Disclaimer: I work on the team building Advanced Installer.