https://bugs.winehq.org/show_bug.cgi?id=53565
Bug ID: 53565 Summary: postgresql installer 9.3 needs support for default style argument in WshShell.Run Product: Wine Version: 7.11 Hardware: x86 URL: https://www.enterprisedb.com/downloads/postgres-postgr esql-downloads OS: Linux Status: NEW Keywords: download, Installer, source Severity: minor Priority: P2 Component: wshom.ocx Assignee: wine-bugs@winehq.org Reporter: sloper42@yahoo.com CC: austinenglish@gmail.com, sloper42@yahoo.com Depends on: 46083 Distribution: Fedora
This is followup to Bug #46083
Noticed in postgresql 9.3.25-1 installer. When starting the installer, a script called prerun_checks is executed. There is failure executing following line
canExecute = WshShell.Run("Temp_Path")
Terminal shows: 0124:err:wshom:WshShell3_Run failed to convert style argument, 0x80020005
We need to add support for default "style" arg in wshom::WshShell3_Run.
This failure is hidden and script works accidentally because of a "On Error Resume Next" line before the WshShell.Run.