https://bugs.winehq.org/show_bug.cgi?id=38817
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.fxcorporate.com/ |https://web.archive.org/web |FXCM/FXTS2Install.EXE |/20150301000000*/http://www | |.fxcorporate.com/FXCM/FXTS2 | |Install.EXE Fixed by SHA1| |27eee2d9ac5b9e373e10fc829f5 | |4e637e8b54e76 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #18 from Anastasius Focht focht@gmx.net --- Hello Nikolay
--- quote --- With 4.21 ThumbBarSetImageList always returns S_OK, I haven't retested this installer myself. --- quote ---
yes, commit https://source.winehq.org/git/wine.git/commitdiff/27eee2d9ac5b9e373e10fc829f... ("explorerframe: Return success from ThumbBarSetImageList().") that fakes success in the stub fixes the problem.
Thanks Nikolay
The problem can only be reproduced with very old versions of the installer. Last snapshot from Internet Archive that had this problem (Mar 2015):
https://web.archive.org/web/20150301000000*/http://www.fxcorporate.com/FXCM/...
Next snapshot from Internet Archive doesn't exhibit the problem (Jan 2016):
https://web.archive.org/web/20160115133120/http://www.fxcorporate.com/FXCM/F...
It seems the installer technology/framework changed in between from InstallAware to Nullsoft (NSIS).
$ sha1sum FXTS2Install.EXE 6718421e65616b54bd8050140be74abcdf4fa0dd FXTS2Install.EXE
$ du -sh FXTS2Install.EXE 11M FXTS2Install.EXE
$ wine --version wine-4.21
Regards