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...
SunaliFernando
Oct 21, 2022Copper Contributor
Hi,
Thanks for the replies. We have access to the source code but we have developed the Application in Qt source. We compile the Qt source code using Qt tools. Then we use the MSIX packaging tool to create MSIX files. I have added entries to AppManifest file manually using the MSIX packaging tool. But we have a automated Jenkins job to create MSIX files. We want the automated process to add the entries to AppManifest file. We are not sure how we can add the entries in the automated process.
Thanks,
Sunali
Thanks for the replies. We have access to the source code but we have developed the Application in Qt source. We compile the Qt source code using Qt tools. Then we use the MSIX packaging tool to create MSIX files. I have added entries to AppManifest file manually using the MSIX packaging tool. But we have a automated Jenkins job to create MSIX files. We want the automated process to add the entries to AppManifest file. We are not sure how we can add the entries in the automated process.
Thanks,
Sunali
Oct 21, 2022
SunaliFernando You may be best off by looking to use the Windows Application Project in Visual Studio. In your WAP, you have a GUI access to add to the AppxManifest, and that includes adding the URI entries that you mentioned. Visual Studio expects you to create a solution with a .Net 6/7 project, but you should be able to get there by adding the WAP to your existing solution.