Custom URL handler with MSIX package
I have packaged my classic Win32 application as an MSIX package to be distributed on the Microsoft Store.
Now, I want to register it as a handler for a custom URL protocol. With the classic Win32 installation, it was just a matter of creating some registry entries. However, I couldn’t find a way to do that with the AppxManifest.xml file.
Ideas?
I have packaged my classic Win32 application as an MSIX package to be distributed on the Microsoft Store. Now, I want to register it as a handler for a custom URL protocol. With the classic Win32 installation, it was just a matter of creating some registry entries. However, I couldn’t find a way to do that with the AppxManifest.xml file.Ideas? Read More