[Bug 53542] Hog4PC 3.17 installer VBScript custom action needs IWshShell::Run to return signed type.

WineHQ Bugzilla wine-bugs at winehq.org
Fri Aug 12 07:19:13 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53542

--- Comment #7 from Robert Wilhelm <sloper42 at yahoo.com> ---
I tested with vbscript:

Set objShell = CreateObject("WScript.Shell")
Set objExec = objShell.Exec ("notepad.exe")
msgbox  TypeName(objExec.ProcessID)

With wine, I get 
0164:fixme:vbscript:Global_TypeName arg 0075F700 {VT_UI4: 360} not supported

With native (winetricks install wsh57) I get "Long" typename for ProcessID.

-- 
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.



More information about the wine-bugs mailing list