http://bugs.winehq.org/show_bug.cgi?id=28759
Bug #: 28759 Summary: 'start inetcpl.cpl' fails Product: Wine Version: 1.3.30 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com Classification: Unclassified
Starting inetcpl.cpl directly via the start command doesn't seem to be possible in Wine. Running 'wineconsole cmd' and then 'start inetcpl.cpl' from within cmd gives:
Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found
start C:/Windows/system32/inetcpl.cpl gives:
Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Success
Both cases bring up the Internet Options control panel applet on Windows XP.
Just running "wine inetcpl.cpl" also fails, with no output except "Segmentation fault".