http://bugs.winehq.org/show_bug.cgi?id=12331 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nodisgod(a)yahoo.com --- Comment #3 from scguy318 <nodisgod(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.