https://bugs.winehq.org/show_bug.cgi?id=37972
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|UC Receptionist Console 14 |Multiple application |SP6 installer fails |installers fail due to | |VBScript parser failure in | |'Get' method calls (UC | |Receptionist Console 14 | |SP6, PostgreSQL 9.3)
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary since this affects multiple apps.
Another installer failing: PostgreSQL 9.3
Download: http://get.enterprisedb.com/postgresql/postgresql-9.3.5-3-windows.exe
--- snip --- ... fixme:vbscript:parse_script parser failed around L" = objWMIService.Get("Win32_Service.Name='" & strServiceName & "'")\r\n\r\n' Start it (them)\r\nIf objService.State <> "Running" Then\r\n WScript.Echo "Starting " & objService.Name\r\n iRetval = objService.StartService()\r\n If iRetval = 0 Then\r\n WScript.Echo "Service " & "... fixme:wscript:run_script ParseScriptText failed: 80004005 --- snip ---
$ sha1sum postgresql-9.3.5-3-windows.exe e47b6569f86466da76199186aa1b63a94f040551 postgresql-9.3.5-3-windows.exe
$ du -sh postgresql-9.3.5-3-windows.exe 53M postgresql-9.3.5-3-windows.exe
$ wine --version wine-1.7.35-24-g3873c93
Regards