http://bugs.winehq.org/show_bug.cgi?id=12331
scguy318 nodisgod@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nodisgod@yahoo.com
--- Comment #3 from scguy318 nodisgod@yahoo.com 2008-04-03 13:26:10 ---
From looking at the logs, it would seem that these lines:
trace:msi:MsiSetInstallLevel 2 0 trace:msi:MsiSetInstallLevel 1 0 trace:msi:MSI_SetInstallLevel 0x1424f0 0
show why the installer aborted. In MSI_SetInstallLevel:
if (iInstallLevel<1 || iInstallLevel>32767) return ERROR_INVALID_PARAMETER;
Why the installer would pass such values is something I don't know yet.