https://bugs.winehq.org/show_bug.cgi?id=54840
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com --- This is odd: On Windows XP, SETUP.EXE creates a file in C:\Windows\Temp that starts with "~IN", ends with ".tmp", and is consistently 122,368 bytes in size. On Wine, a similar file is created in C:\users\alex\Temp, but it is consistently only 109,094 bytes in size. If I rename the file created on Windows to have a .exe extension instead of a .tmp extension, it runs on both Windows and Wine and pops up an error dialog that says "The following disk is required: Main installation disk". However, the file created on Wine runs on neither Wine nor Windows.
I wonder if the setup program is crashing because it is failing to extract the entire temporary file.