http://bugs.winehq.org/show_bug.cgi?id=7983
matthias sweertvaegher matthias.sweertvaegher@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matthias.sweertvaegher@gmail | |.com
--- Comment #6 from matthias sweertvaegher matthias.sweertvaegher@gmail.com 2008-10-17 15:36:37 --- hi, I experience the same error on the following msi package: http://storefront.steampowered.com/download/SteamInstall.msi
I am on a fairly new opensuse 11 install with wine 1.1.6 package from the opensuse build service.
I just installed wine and first ran "wine iexplore http://google.com" to have the gecko engine installed for steam.
then I run "wine start SteamInstall.msi" which yields: fixme:exec:SHELL_execute flags ignored: 0x00000500 fixme:msi:MSI_OpenDatabaseW open failed r = 8003001e for L"C:\windows\temp\msi1da.tmp"
I see some window very briefly popup and disappear again. if I run "wine msiexec /i SteamInstall.msi" I just get the second fixme and no window popup
I don't know if this may be related, but I know, on windows, if you start an MSI install from a subst'ed drive (for example, I have T: mapped to C:\temp), it will fail too with no clear reason..