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.
https://bugs.winehq.org/show_bug.cgi?id=53971
Robert Wilhelm sloper42@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|postgresql installer 9.3 |postgresql installer 9.3 |needs support for Username |needs support for Username |in WshShell.Network |in WScript.Network
https://bugs.winehq.org/show_bug.cgi?id=53971
--- Comment #1 from Robert Wilhelm sloper42@yahoo.com --- Small test case in vbscript:
Set objNetwork = CreateObject("WScript.Network") wscript.echo objNetwork.Username
https://bugs.winehq.org/show_bug.cgi?id=53971
Robert Wilhelm sloper42@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |895f8006f25244a2a09bb338d10 | |856559ffd1b70 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Robert Wilhelm sloper42@yahoo.com ---
WScript.Network.Username was implemented with https://github.com/wine-mirror/wine/commit/895f8006f25244a2a09bb338d10856559...
https://bugs.winehq.org/show_bug.cgi?id=53971
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc1.