http://bugs.winehq.org/show_bug.cgi?id=21601
Summary: ShellExecute - Open URL Fails Product: Wine Version: 1.1.38 Platform: x86 URL: http://www.secureneterm.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: support@securenetterm.com
When ShellExecute is called with a valid URL such as:
ShellExecute(NULL, "open", "http://www.microsoft.com", NULL, NULL, SW_SHOWNORMAL);
The default browser IS NOT started.
This appears to be some type of DDE problem or an invalid registry settings.