Similar to creating file associations during ClickOnce installations, is it possible to register custom URL schemes (e.g. "my-app:")?
I couldn't find any information about registering custom URL schemes in the ClickOnce Application Manifest documentation, so I fear that it's not possible to do that with with ClickOnce.
Maybe anyone has some kind of workaround or some different idea how to circumvent this limitation?
(Of course I could modify the registry on first start of my application, but then, when uninstalling the app via the ClickOnce uninstaller the registry keys I added manually wouldn't get removed.)
Thanks for a hint