[Wine] Windows Installer Service ?

Jörg Schaible joerg.schaible at gmx.de
Thu Dec 29 11:04:40 CST 2005


Hello folks,

what is the status of the Windows Installer Service? I have an application
(WISO Mein Geld 2006), that fails to run the setup. This is a report if I
run with msiexec from wine (0.9.4):

======= %< ============
joehni at paddy ~ $ WINEDEBUG="fixme+all" wine D:/Setup/Setup.exe
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0000,0x000003f7
(nil),0x0006,0x00000000,0x7f1cc7e0,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0x000003f7
(nil),0x0006,0x00000000,0x7fd3a168,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
======= %< ============

This one if I have installed the Windows Installer 2.0 with the winetools:

======= %< ============
joehni at paddy ~ $ LANG=C WINEDEBUG="fixme+all" wine D:/Setup/Setup.exe
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0000,0x000003f7
(nil),0x0006,0x00000000,0x7f0d67e0,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0x000003f7
(nil),0x0006,0x00000000,0x7fd7a2e8,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
The Windows Installer Service could not be accessed. This can occur if you
are running Windows in safe mode, or if the Windows Installer is not
correctly installed. Contact your support personnel for assistance.
======= %< ============

A test version of this application is available for download:
http://update2.buhl-data.com/ESD/WISOMeinGeld2006_On4u_DownloadVersionShop.exe
(69MB)

If I run the installation with the debug version of wine, the installation
will be aborted here. If I use a non-debug version, it continues with with
an error box from Windows announcing an internal error 2343.

Any clues?

- Jörg









More information about the wine-users mailing list