https://bugs.winehq.org/show_bug.cgi?id=45208
--- Comment #19 from Hans Leidekker hans@meelstraat.net --- (In reply to Rosanne DiMesio from comment #16)
(In reply to Zebediah Figura from comment #15)
For what it's worth, running with heavy tracing (e.g. +relay) should probably slow down the installer enough that it won't fail.
I tried that when I was dealing with bug 45753, and it didn't work.
You could also run the installer like this:
$ MsiBreak=OcaArpWrite wine setup.exe
Let it run until a message box is shown. Start winedbg and enter 'attach <pid>' where <pid> is the process number mentioned in the message. Enter 'c' in the debugger. Press OK on the message box and count to five (just to be sure ;-), then enter 'c' once more in the debugger.