Context menu in MSIX
In our days, many apps offer you a context menu. A context menu is a pop-up menu that appears after a user interaction, for example, in Windows, when you perform a right-click. However, there are two types of context menus:
- Shell menus - which point to the application exe that you want to run, with or without parameters
- Shell extensions - point to a dll.
Conclusion
In the past, adding a context menu to your application was easy with MSI. With MSIX, Microsoft adds a bit of complexity in achieving this, but there are still some missing pieces in some scenarios. Hopefully, in the future Microsoft will address this.
However, with Advanced Installer you don’t have to worry about manually changing the manifest file, everything is done automatically with a dedicated GUI for Advanced Configuration.
Subscribe to Our Newsletter
Sign up for free and be the first to receive the latest news, videos, exclusive How-Tos, and guides from Advanced Installer.