http://bugs.winehq.org/show_bug.cgi?id=23597
markk@clara.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |markk@clara.co.uk
--- Comment #3 from markk@clara.co.uk 2010-07-10 15:53:04 --- The setup.exe file appears to have been created by Visual Basic 3. It decompresses and runs pm_setup.ex_. I decompressed pm_setup.ex_ and ran it through a VB3 decompiler. Part of the code:
l008C$ = Command$ ...
Select Case Dir$(l008C$ + "*.ID", 0)
Case "UK.ID"
l00AE = 0
Case "USA.ID"
l00AE = 1
Case Else
GoTo L653C
End Select ...
L653C:
MsgBox "This is not a valid copy of Pinball Mania!", 48, gv004E
There is a file usa.id in the maniawin directory on the CD-ROM; that's the only *.id file in the directory.