The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
The installer starts, displays a window and downloads an additional file.
What does not
Once the installer has finished downloading the auxiliary file, wine crashes with the message
What was not tested
Running the actual application, because the installer failed already
Additional Comments
Rather sad, because the lack of simple, well-localized finance applications is holding back many organizations from switching to OSS in The Netherlands.
wget http://www.kegel.com/wine/winetricks
sh winetricks dotnet20 /* It's a .NET app and decided to go with V2 although the app downloads/installs V1.x */
sh winetricks mdac28 jet40 /* The out-of-the-box installation uses a MS Access DB */
sh winetricks wsh56 /* Requested by the app when started */
[run the snelstart installation file]
This
makes sure one can start the app and open a .MDB file. Working with
that database was not possible (didn't look to deep into this yet) but
with the help of:
Do the oleaut32 override after the installation or the app will not run (so an old oleaut32 messes up the installation).
sh winetricks native_oleaut32
(source: Paul Vriens)
Note
If you use the HOW TO you will be able install the snelstart appliciation.
When you run the application, you will receive some errors about .net 2.0 and msiexec.