Olaf Hering wrote:> On Sun, Mar 07, Olaf Hering wrote:
>
>
> > On Sat, Mar 06, qwertymn wrote:
> >
> >
> > > err:ole:CoGetClassObject class
{0d43fe01-f093-11cf-8940-00a0c9054228} not registered
> > > err:ole:create_server class
{0d43fe01-f093-11cf-8940-00a0c9054228} not registered
> > > err:ole:CoGetClassObject no class object
{0d43fe01-f093-11cf-8940-00a0c9054228} could be created for context 0x5
> > >
> > > Try 'winetricks wsh56'
> > >
> >
>
> I made this script to install the required components for tippfix.
> Its probably possible to get away without ie7 (because it crashes) and
> install only the required libs.
>
> Now Tippfix1_1.exe runs.
> Thanks for your hint.
>
>
> Olaf
>
>
> #!/bin/bash
> set -x
> export WINEPREFIX=/dev/shm/WINEPREFIX-tippfix
> rm -rf ${WINEPREFIX}
> mkdir ${WINEPREFIX}
> cd ${WINEPREFIX}
> winetricks ie7
> winetricks wsh56
> winetricks mdac25
> #winetricks mdac27
> #winetricks mdac28
> cd drive_c
> unzip ~/Downloads/tippfx11.zip
> wine start /W C:\\tippfx11.msi
> wine start /W C:\\Programme\\Tippfix1_1\\Tippfix1_1.exe
Thanks a million mate! :P