http://bugs.winehq.org/show_bug.cgi?id=21322
Summary: Platform SDK 2003 install sets PATH to incorrect value? Product: Wine Version: 1.1.36 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Running the Platform SDK 2003 installer (e.g. winetricks psdk2003) and choosing the default install causes PATH to be set to the wrong value.
$ wine cmd.exe /c echo %PATH% C:\windows\system32;C:\windows;C:\windows\system32\wbem $ sh winetricks psdk2003 $ wine cmd.exe /c echo %PATH% ;"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin.";"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin\win95."
Changing the system PATH like that is an option you can turn on and off in the custom install. But even if you choose custom install, and it (and most everything else) off, this problem still occurs.
I think this worked properly last month, but I haven't done a regression test.