http://bugs.winehq.org/show_bug.cgi?id=22188
Summary: Volume names and serial numbers not right on .iso files, can't change in winecfg? Product: Wine Version: 1.1.41 Platform: x86 OS/Version: Linux Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Mentioned here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=149
When installing by mounting disc 1's iso loopback, starting the installer, then unmounting and mounting disc 2's iso loopback, Starcraft fails to notice the disc change, and keeps prompting for disc 2. This happens even though the second disc really is mounted properly.
+relay etc. shows that the installer is doing "dir d:" itself using cmd! Presumably it's parsing the output, and not liking something it finds.
The first two lines of diff between dir with a real disc and an iso are
-Volume in drive D is SCDisc2 -Volume Serial Number is A351-A0F2 +Volume in drive I is +Volume Serial Number is 0000-0000
Shouldn't these be correct even though it's a loopback mounted iso? The volume name is in the .iso, after all.
You can try to change these in winecfg, but nothing happens.
Dunno if that's what it's unhappy about, but it seems not unlikely...