https://bugs.winehq.org/show_bug.cgi?id=53971
Bug ID: 53971 Summary: postgresql installer 9.3 needs support for Username in WshShell.Network Product: Wine Version: 7.21 Hardware: x86-64 URL: https://www.enterprisedb.com/downloads/postgres-postgr esql-downloads OS: Linux Status: NEW Keywords: download, Installer, source Severity: normal Priority: P2 Component: wshom.ocx Assignee: wine-bugs@winehq.org Reporter: sloper42@yahoo.com CC: austinenglish@gmail.com, sloper42@yahoo.com Depends on: 46083, 53565 Blocks: 53569 Distribution: Fedora
Noticed in postgresql 9.3.25-1 installer. When starting the installer, a script called initcluster.vbs is executed. It tries to get Username from Wscript.Network, which is not implemented in whsom.ocx.
See https://github.com/EnterpriseDB/edb-installers/blob/PPAS-9_3/server/scripts/... for the vbs script.