Forum Discussion
SunaliFernando
Oct 11, 2022Copper Contributor
Add Entries to MSIX AppManifest file
Hi, We have used an automated process (via Jenkins) to create MSIX files using the MSIX packaging tool. We need to add below entries to AppManifest file. Could you Please give us some details on how...
Bogdan Mitrache
Oct 11, 2022Iron Contributor
Hi,
It sounds to me like you are developing this application, i.e. you have access to it source code.
The MSIX Packaging Tool is intended to be used by IT pros to create MSIX packages for apps where they don't have the source code. It is not designed for developers.
If you have access to your source code, which it sounds like you do, then you can use Visual Studio or third-party tools like Advanced Installer to create the MSIX package.
In Visual Studio and other third-party tools, you can easily manage the contents of your manifest, depending on your needs. Some tools have dedicated GUI for these options, so you don't need to manually write the manifest.
This older Stack Overflow question has more details:
https://stackoverflow.com/questions/64702212/how-to-build-an-msix-from-comandline/64715653#64715653
It sounds to me like you are developing this application, i.e. you have access to it source code.
The MSIX Packaging Tool is intended to be used by IT pros to create MSIX packages for apps where they don't have the source code. It is not designed for developers.
If you have access to your source code, which it sounds like you do, then you can use Visual Studio or third-party tools like Advanced Installer to create the MSIX package.
In Visual Studio and other third-party tools, you can easily manage the contents of your manifest, depending on your needs. Some tools have dedicated GUI for these options, so you don't need to manually write the manifest.
This older Stack Overflow question has more details:
https://stackoverflow.com/questions/64702212/how-to-build-an-msix-from-comandline/64715653#64715653