We have made an extensionwindow for Lync.
In this extensionwindow we have a hyperlinkbutton which uses a wrapper.
In this wrapper we do some checks and then we do
dynamic shell =AutomationFactory.CreateObject("WScript.Shell"); shell.Run(url);
The links are opening fine. The problem is that all links open in Internet Explorer, even when I set my default browser to Chrome or Firefox.
How can I open the link in the system's default browser, instead of Internet Explorer?