Forum Discussion
vkondemand
Dec 04, 2018Copper Contributor
Context menu regsitration
Does MSIX currently support context menu handler registration? Tried MSIX conversion of 7-zip package. The required registry entries are captured, but after installation of the MSIX package, the opt...
Mike Francis
Dec 04, 2018Copper Contributor
Yes - see here how to specify context menus in the app package manifest file: https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-extensions#add
vkondemand
Dec 05, 2018Copper Contributor
Hi Mike, Thanks for the response. Just to confirm, the MSIX packaging tool will not be automatically capturing these entries and would need to be manually edited in the manifest file