I have registered a custom protocol handler in the windows registry so I can launch my application with specific arguments from my Internet-Browser. So far the registration works fine. Both IE and Chrome are launching my application.
I used Erwinus answer in this question to register the protocol handler: how do I create my own URL protocol? (e.g. so://...)
Strangely the working directory is not set correctly by both browsers. Chrome seems to default the Working directory to an empty string whereas IE defaults the working directory to "C:\Users\User-X\Desktop".
Is this behaviour intended?
Is there any way to specify the working directory for my application in the registry?
Thanks in advance for any leads on this issue.