No subject


Wed Feb 20 09:39:33 CST 2008


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.



More information about the wine-bugs mailing list