I have a windows 2000 install in /dev/hda1 which i have mounted at /c/ (read only of course!) here are the portions of the winex config you will probably want to see...
Code: Select all
[Drive C]
"Path" = "/c/"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"
Code: Select all
[wine]
"Windows" = "c:\\winnt"
"System" = "c:\\winnt\\system32\\"
"Temp" = "e:\\"
"Path" = "c:\\winnt\\;c:\\winnt\\system32\\"
"GraphicsDriver" = "ttydrv"
Also is there anything wrong with me telling wine that im using a "win95" filesystem while i point it to things like c:\winnt which is obviously not windows 95? Will the dlls still work?