Forum Discussion
jeremy61110
Jan 10, 2023Copper Contributor
MSIX - set as default app for a file extension
Hello. I'm building an msix package and have found parameters to associate a file extension, as far as I know, with the uap:FileType parameter but that doesn't seem to associate that file type wi...
Aniket_Banerjee
Feb 27, 2023Former Employee
You can learn more about associating your app with a file type - Integrate your desktop app with Windows using packaging extensions - Windows apps | Microsoft Learn.
There were, however, a couple of points which might be a good starting point:
- Extension should be added to Applications (the code block does not specify where it is added)
- You need to use UAP3 as specified in documentation (refer to the example). The code block uses UAP.
Aniket_Banerjee
Apr 11, 2023Former Employee
We tried this, and it seems to work even with UAP. As mentioned earlier, you need to add Extension to Applications to make it work.
Please share the app package, if it still doesn't work and we will check.