http://bugs.winehq.org/show_bug.cgi?id=5809
--- Comment #11 from Austin English austinenglish@gmail.com 2011-01-28 13:45:10 CST --- (In reply to comment #9)
$ winetricks msi2 && wget http://python.org/ftp/python/2.6.4/python-2.6.4.msi && wine msiexec.exe /i python-2.6.4.msi
fixme:sfc:SFC_3 0 err:ole:create_server class {000c101c-0000-0000-c000-000000000046} not registered err:ole:CoGetClassObject no class object {000c101c-0000-0000-c000-000000000046} could be created for context 0x4 fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0xa1c6e8,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x1493a0,(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.
The same in wine-1.3.12-174-g58786dc in winxp mode. If I set wine to windows98 mode, it installs fine (with native msi).