[Bug 33996] New: IncrediMail: installer fails after EULA
http://bugs.winehq.org/show_bug.cgi?id=33996 Bug #: 33996 Summary: IncrediMail: installer fails after EULA Product: Wine Version: 1.6-rc4 Platform: x86-64 URL: http://www5l.incredimail.com/im/imsetup/201104120001/d efault/installer/fullsetup/IncrediMailSetup.exe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: frederic.delanoy(a)gmail.com Classification: Unclassified Created attachment 45174 --> http://bugs.winehq.org/attachment.cgi?id=45174 Terminal log wine-1.6-rc4-65-g6cf05f9 Using wine-1.6-rc4-65-g6cf05f9, I get a window telling the installation is incomplete (after some msi errors) after the EULA is accepted. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33996 --- Comment #1 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-07-09 13:23:38 CDT --- Created attachment 45175 --> http://bugs.winehq.org/attachment.cgi?id=45175 Program own installation log (wine-1.6-rc4-65-g6cf05f9) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33996 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26746 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33996 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2013-07-09 22:20:07 CDT --- Workaround is 'winetricks wsh56vb' (and maybe vcrun2005). Then you hit bug 26739. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33996 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26739 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33996 --- Comment #3 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Still in wine-1.7.8-99-g5af5179 With 'winetricks wsh56vb', one can get a little further albeit with some crash windows. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33996 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> --- Looks like it's about Dictionary support in scrrun. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33996 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #5 from hanska2(a)luukku.com --- fixme:vbscript:parse_script parser failed around L"erty Let Key(oldKey, newKey)\r\n oDict.Key(oldKey) = newKey\r\n End Property\r\n \r\n 'Returns array of items\r\n Public Function Items()\r\n Items = oDict.Items\r\n End Function\r\n \r\n 'Check if certain key exists or not\r\n Public Function Exists(Key)\r\n Ex"... fixme:vbscript:parse_script parser failed around L"erty Let Key(oldKey, newKey)\r\n oDict.Key(oldKey) = newKey\r\n End Property\r\n \r\n 'Returns array of items\r\n Public Function Items()\r\n Items = oDict.Items\r\n End Function\r\n \r\n 'Check if certain key exists or not\r\n Public Function Exists(Key)\r\n Ex"... err:msi:ITERATE_Actions Execution halted, action L"Call_IncrementByOneAtAtartUp" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603 fixme:vbscript:parse_script parser failed around L"erty Let Key(oldKey, newKey)\r\n oDict.Key(oldKey) = newKey\r\n End Property\r\n \r\n 'Returns array of items\r\n Public Function Items()\r\n Items = oDict.Items\r\n End Function\r\n \r\n 'Check if certain key exists or not\r\n Public Function Exists(Key)\r\n Ex"... I quess that's the issue there. wine 1.7.22 Still crashing. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Teras <teras(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teras(a)luukku.com --- Comment #6 from Teras <teras(a)luukku.com> --- The same wine 1.7.36 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |vbscript --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, confirming. --- quote --- Looks like it's about Dictionary support in scrrun. --- quote --- I think it's the handling of 'value' argument in VBScript 'Property Let' statement being the culprit here. Reduced test case, extracted from msi: --- snip --- Class DictionaryEx Private oDict 'Property to change key Public Property Let Key(oldKey, newKey) oDict.Key(oldKey) = newKey End Property End Class --- snip --- MSDN: https://msdn.microsoft.com/en-us/library/aa266197%28v=vs.60%29.aspx $ sha1sum IncrediMailSetup.exe e943e5dab371312420e686df6dda7811e5857b0e IncrediMailSetup.exe $ du -sh IncrediMailSetup.exe 12M IncrediMailSetup.exe $ wine --version wine-1.7.36-144-g4d43d36 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #8 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Still in 1.7.52 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #9 from super_man(a)post.com --- still an issue 1.8.rc2 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 --- Comment #10 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Still in wine-1.9.15-240-ga65718a SHA1: f05f8f39b559f2763f9e917dacb15c225357e7c4 IncrediMailSetup.exe -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 --- Comment #11 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Still in wine-2.5-52-g8b1737c0fd -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|IncrediMail: installer |IncrediMail installer fails |fails after EULA |in VBScript custom action | |after accepting EULA | |(incorrect 'Property' | |keyword handling) --- Comment #12 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, still present. --- snip --- 0009:fixme:vbscript:parse_script parser failed around L"erty Let Key(oldKey, newKey)\n oDict.Key(oldKey) = newKey\n End Property\n\nEnd Class" 0009:fixme:wscript:ActiveScriptSite_OnScriptError () 0009:fixme:wscript:run_script ParseScriptText failed: 80004005 --- snip --- https://docs.microsoft.com/en-us/office/vba/language/concepts/getting-starte... While revisiting bug 35252 I found other installers suffering from incorrect 'Property' keyword handling in VBScript custom actions as well. Reduced test case, extracted from Toad for MySQL Freeware 7.x installer (bug 35252): --- snip --- test = Property("test") --- snip --- --- snip --- $ wine cscript test.vbs 0009:fixme:vbscript:parse_script parser failed around L"test = Property(\"test\")\n" 0009:fixme:wscript:ActiveScriptSite_OnScriptError () 0009:fixme:wscript:run_script ParseScriptText failed: 80004005 --- snip --- $ wine --version wine-4.20 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 --- Comment #13 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, providing following stable links: IncrediMail installer: https://web.archive.org/web/20191116120133/http://www5l.incredimail.com/im/i... --- Toad for MySQL Freeware 7.x installer (mentioned in my comment #12): https://web.archive.org/web/20191116093038/https://files.downloadnow.com/s/s... Prerequisite: 'winetricks -q dotnet45' --- snip --- 012d:fixme:vbscript:parse_script parser failed around L"rrDialog = Property(\"WiseCurrentDialog\")\r\n Wizard = Property(\"WiseCurrentWizard\")\r\n if (Property(\"WiseNextDialog\") = \"\") Then\r\n\t CurrDialog = Wizard\r\n Else \r\n\t CurrDialog = Property(\"WiseNextDialog\")\r\n End If\r\n Property(\"WiseCurrentDialog\") = Curr"... 012d:err:msi:MsiActiveScriptSite_OnScriptError script error: L"Unknown runtime error" --- snip --- $ sha1sum ToadforMySQL_Freeware_7.3.1.3290.* 8afd76a00c1ebb538230bb11036471778af5c2a6 ToadforMySQL_Freeware_7.3.1.3290.exe 29c1bd74b1e9133a9f9cacdd2b25244bdab38d4a ToadforMySQL_Freeware_7.3.1.3290.zip $ du -sh ToadforMySQL_Freeware_7.3.1.3290.* 80M ToadforMySQL_Freeware_7.3.1.3290.exe 80M ToadforMySQL_Freeware_7.3.1.3290.zip $ wine --version wine-5.0-rc3 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www5l.incredimail.co |https://web.archive.org/web |m/im/imsetup/201104120001/d |/20191116120133/http://www5 |efault/installer/fullsetup/ |l.incredimail.com/im/imsetu |IncrediMailSetup.exe |p/201104120001/default/inst | |aller/fullsetup/IncrediMail | |Setup.exe Summary|IncrediMail installer fails |Multiple installers fail in |in VBScript custom action |VBScript custom actions due |after accepting EULA |to missing support of |(incorrect 'Property' |Properties with Parameters |keyword handling) |(IncrediMail, LabChart | |Reader 8, Toad for MySQL | |Freeware 7.x) --- Comment #14 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting still present. Refining the summary to reflect that multiple installers are affected. Incredimail: --- snip --- $ wine ./IncrediMailSetup.exe 01c4:fixme:vbscript:parser_error L", newKey)\r\n oDict.Key(oldKey) = newKey\r\n End Property\r\n \r\n 'Returns array of items\r\n Public Function Items()\r\n Items = oDict.Items\r\n End Function\r\n \r\n 'Check if certain key exists or not\r\n Public Function Exists(Key)\r\n Exists = "...: "syntax error" 01c4:err:msi:MsiActiveScriptSite_OnScriptError script error: L"Unknown runtime error" ... 01a4:err:msi:ITERATE_Actions Execution halted, action L"Call_IncrementByOneAtAtartUp" returned 1603 --- snip --- In case of Toad for MySQL Freeware 7.x installer the error seems non-fatal. It still completes successfully. Prerequisites: 'winetricks -q dotnet45 mfc42 win7' --- snip --- $ wine ./ToadforMySQL_Freeware_7.3.1.3290.exe ... 019c:fixme:vbscript:parser_error L"(\"WiseCurrentDialog\")\r\n Wizard = Property(\"WiseCurrentWizard\")\r\n if (Property(\"WiseNextDialog\") = \"\") Then\r\n\t CurrDialog = Wizard\r\n Else \r\n\t CurrDialog = Property(\"WiseNextDialog\")\r\n End If\r\n Property(\"WiseCurrentDialog\") = CurrDialog\r\n\r\n ' "...: "syntax error" 019c:err:msi:MsiActiveScriptSite_OnScriptError script error: L"Unknown runtime error" ... --- snip --- Adding another installer from bug #35744 -> LabChart Reader 8 https://web.archive.org/web/20140407004909/http://cdn.adinstruments.com/Inst... --- snip --- 020c:fixme:vbscript:parser_error L"Property (name)\r\n if Not Quiet and not Properties.Exists (name) then\r\n Echo \"Get creating property \" & name\r\n Properties.Item (name) = \"\"\r\n end if\r\n\r\n Property = Properties.Item (name)\r\n End Property\r\n\r\n Public Propert"...: "syntax error" 020c:err:msi:MsiActiveScriptSite_OnScriptError script error: L"Unknown runtime error" 0200:err:msi:ITERATE_Actions Execution halted, action L"GetCmdDir" returned 1603 --- snip --- https://web.archive.org/web/20170304022449/https://visualstudiomagazine.com/... $ wine --version wine-5.19-123-ge909986e6ea Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Robert Wilhelm <sloper42(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sloper42(a)yahoo.com Assignee|wine-bugs(a)winehq.org |sloper42(a)yahoo.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 --- Comment #15 from Robert Wilhelm <sloper42(a)yahoo.com> --- I submitted two patches: https://source.winehq.org/patches/data/195097 https://source.winehq.org/patches/data/195098 All three installers work for me with the changes. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Robert Wilhelm <sloper42(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|sloper42(a)yahoo.com |wine-bugs(a)winehq.org Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #16 from Robert Wilhelm <sloper42(a)yahoo.com> --- After c39cd37383f402286c79a58e064adb98c0e7c6dc all three installers seem to work. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c39cd37383f402286c79a58e064 | |adb98c0e7c6dc -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.0-rc1. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |5.0.x -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33996 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|5.0.x |--- --- Comment #18 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 5.0.x milestone from bug fixes included in 5.0.4. -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla