http://bugs.winehq.org/show_bug.cgi?id=1886
trisk@acm.jhu.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |trisk@acm.jhu.edu
------- Additional Comments From trisk@acm.jhu.edu 2006-10-01 07:00 ------- Running the Win2k/9x installer under wine 0.9.5 with no MSIE install, I get: warn:file:wine_nt_to_unix_file_name L"%SystemRoot%\system32\%SystemRoot%\system32\msxml.dll" not found in /home/xyz/.wine/dosdevices/c:/wmp warn:file:wine_nt_to_unix_file_name L"%SystemRoot%\system32\msxml.dll" not found in /home/xyz/.wine/dosdevices/c:/wmp warn:file:wine_nt_to_unix_file_name L"%SystemRoot%\system32\msxml.dll" not found in /home/xyz/.wine/dosdevices/c:/windows/system32
...etc.
I've manually installed msxml.dll as suggested at http://support.microsoft.com/default.aspx?kbid=272633 - it looks like it's looking for a file with a local path literally "%SystemRoot%\system32\msxml.dll" instead of substituting the variable to get "C:\windows\system32\msxml.dll"?