http://bugs.winehq.org/show_bug.cgi?id=3123
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2005-14-07 07:33 -------
- The output from setenv WINDEBUG "+ole,+tpelib,+loaddll,+file";
wine install.exe (from the /media/QW05PRMR1B directory) is:
Should be "typelib" but in your case I think it isn't needed at all. But why I cannot see any loaddll: messages? Maybe you have made a typo, as shown in the quote: WINDEBUG <-> WINEDEBUG.
fixme:msi:MsiInstallProductW L"Z:\media\QW05PRMR1B\disk1\isscript.msi" L"REBOOT=ReallySuppress ADDLOCAL=All"
...
fixme:msi:MsiConfigureProductExW L"{2DBE41DD-2129-4C65-A3D3-5647236A60F3}" 0 5 L"ADDLOCAL=ProgFilesCommon,ProgramFiles ALERTS1="c:\windows\profiles\All Users\Application Data\Intuit\Quicken\Inet\Common\Alerts\" ALLUSERS=2 ARPCOMMENTS="All URL's valid as of October 2001" ARPCONTACT="Customer Support Department" ARPHELPLINK=http://www.intuit.com/support/quicken ARPH"...
Hmm, an app uses MSI engine. Maybe try installing native engine: http://wiki.winehq.org/NativeMsi
But then you will need add "msi,msiexec.exe=n" to your WINEDLLOVERRIDES env-variable.
Actually, QW installed once okay, but when I tried to run it (from /opt/Quicken), it complained that the program was corrupted and needed to be reinstalled!
So you are not sure if you will be able to find the same conditions to make QW install again?
It's safe to ignore the "reboot after installation" messages, isn't it?
Have no opinion, but I will allways use "wineboot" in such cases.