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.