http://bugs.winehq.org/show_bug.cgi?id=8136
Summary: msxml4 installer fails unless volume name contains "harddisk" or "ramdisk" Product: Wine Version: CVS Platform: Other URL: http://www.microsoft.com/downloads/details.aspx?familyid =24B7D141-6CDF-4FC4-A91B-6F18FE6921D4 OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
This installer bails if drive name is "drive_c"; it wants a name containing "harddisk" or "ramdisk". The error dialog says "Unable to find a volume for file extraction. Please verify that you have proper permissions." +relay shows: 0009:Call ntdll.strstr(0032f938 "..\drive_c",01002520 "harddisk") ret=01004e2b 0009:Call ntdll.strstr(0032f938 "..\drive_c",01002518 "ramdisk") ret=01004e3c
See also http://www.winehq.org/pipermail/wine-devel/2006-March/045931.html