http://bugs.winehq.org/show_bug.cgi?id=15708
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2008-10-22 10:59:19 --- (In reply to comment #4)
(In reply to comment #2)
(In reply to comment #0)
What happens if you set your Wine version to Windows 98 in winecfg then run the installer again?
Exactly the same result if I set version to Win 98 or Win ME.
Teight
can you try changing the value of MajorSubsystemVersion in the PE header of setup.exe? (assuming it's setup.exe that reports the error).
You'll need to copy the contents of the cd to disk first so that it's writeable.
Then use http://jeffz.name/code/pe.exe (http://jeffz.name/code/pe.c) eg.
cp -R /media/cdrom dns7 cd dns7 wget http://jeffz.name/code/pe.exe wine pe setup.exe wine setup.exe
If it works then it's a duplicate of the bug I first mentioned.