http://bugs.winehq.org/show_bug.cgi?id=26176 --- Comment #3 from Ilan Tayari <ilan(a)cogniview.com> 2011-02-23 02:18:36 CST --- Hans, Thank you for the clarification. In the log file that you attached (how do you generate it, btw?), one can see that the problems start in the function 'CombineInstalled', where if I understand it correctly, the variable 'Session' is not defined, and then an "Illegal assignment" error is thrown (line 884). The Session variable is an object that is documented here: http://msdn.microsoft.com/en-us/library/aa371675%28VS.85%29.aspx And should exist as a global variable at that point. I guess it is part of Windows Installer, and not a generic JScript object. Or am I wrong? Do you think that the other errors (that are thrown later during 'MakeInstalledProductName') are related and/or the result of the first error? -- 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.