http://bugs.winehq.org/show_bug.cgi?id=7798
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Version|unspecified |0.9.33. Resolution| |FIXED Summary|datanorm demo puts up scary |datanorm v2.0 demo fails to |dialog box at start |start
--- Comment #4 from Anastasius Focht focht@gmx.net 2011-07-03 09:46:11 CDT --- Hello,
the v2.0 demo refuses to install and forces download of v3.0 The installer is a bit picky and gets it wrong (tries to install MS JET 4.0 SP8 and MDAC 2.8 in endless loop).
This fails by design on clean WINEPREFIX (Windows XP default) hence you _must_ use the following before running the installer:
--- snip --- $ bash winetricks mfc40 nt40 --- snip ---
The installer then installs MSJET and MDAC on its own (restarts the installer after "reboot"). App starts fine with demo mode (though lots of FIXME console spam). Marking fixed.
$ sha1sum dpc30.EXE 53c6e5633dbdedb60f951fced58adb64f56acb8b dpc30.EXE
$ wine --version wine-1.3.23-160-g38c13e5
Regards