https://bugs.winehq.org/show_bug.cgi?id=46885
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression in Office 2007 |Multiple applications fail |install after msi change in |to install with |current master |wine-4.4-114-g15f852015a+, | |reporting | |err:msi:ITERATE_Actions | |Execution halted, action | |L"BindImage" returned 1615 | |(MS Office 2007, | |AstroToaster 2.x) CC| |focht@gmx.net URL| |http://www.astrotoaster.com | |/download/SetupAstroToaster | |_205a.msi?attredirects=0 Keywords| |download, Installer Status|UNCONFIRMED |NEW Version|unspecified |4.4 Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, found a couple of installers that are affected as well.
http://www.astrotoaster.com/download/SetupAstroToaster_205a.msi?attredirects...
--- snip --- $ WINEDEBUG=+seh,+relay,+msi wine msiexec -i SetupAstroToaster_205a.msi
log.txt 2>&1
002a:trace:msi:ACTION_PerformAction Performing action (L"BindImage") ... 002a:Call KERNEL32.WideCharToMultiByte(00000000,00000000,0020a1b0 L"Action start 12:47:22: BindImage.",ffffffff,00212268,00000022,00000000,00000000) ret=7e941b7d ... 002a:trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM BindImage" 0x33f388 ... 002a:trace:msi:MSI_ParseSQL Parse returned 1 ... 002a:trace:msi:MSI_DatabaseOpenViewW L"SELECT `Message` FROM `Error` WHERE `Error` = 15" 0x33f318 ... 002a:Call KERNEL32.WideCharToMultiByte(00000000,00000000,0020a1b0 L"Action ended 12:47:22: BindImage. Return value 0.",ffffffff,00000000,00000000,00000000,00000000) ret=7e941b4f 002a:Ret KERNEL32.WideCharToMultiByte() retval=00000032 ret=7e941b4f ... 002a:err:msi:ITERATE_Actions Execution halted, action L"BindImage" returned 1615 ... --- snip --
Refining the summary to reflect this, including the exact git version that started it.
$ sha1sum SetupAstroToaster_205a.msi 668be4420c4bf3ea809de043f5453998a082df87 SetupAstroToaster_205a.msi
$ du -sh SetupAstroToaster_205a.msi 8.7M SetupAstroToaster_205a.msi
$ wine --version wine-4.4-188-gc988910cae
Regards