http://bugs.winehq.org/show_bug.cgi?id=20209
--- Comment #3 from Stefan Leichter Stefan.Leichter@camLine.com 2009-12-15 14:40:08 --- The workaround from comment 2 does not longer work. The installer currently displays a windows with title "InstallShield" and content "1628: Failed to complete installation"
A regession test does not give a clear result, because the patch
commit 62e54bacba086cf279936c28f75942c019b887cd Author: Vincent Povirk vincent@codeweavers.com Date: Mon Nov 30 10:35:55 2009 -0600
ole32: Use the storage vtable to read streams.
:040000 040000 ec8e0d1f89bd2495e10ee67a15055cf0479e4bd7 0e72a3e9e855e7d07d448bdbeef64818f4deb3ea M dlls
stops the installer from finishing. When the progress bar displays "preparing installation" the installer hangs/ is waiting for something that does not occur.
With the patch
commit 12134243c35c02062e94781be9ac3e721541ee03 Author: James Hawkins truiken@gmail.com Date: Sun Dec 13 19:35:39 2009 -0800
msi: Free each stream name when deleting the streams view.
:040000 040000 a6de6124334de15556f784905f58a05e1a6c9920 f9a4ca88f8f7e6b3b63d30ef1a8565fe677c101d M dlls
the behaviour changes from the hang to display the error.