[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 03:36:45 CDT 2022


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

--- Comment #4 from Robert Wilhelm <sloper42 at yahoo.com> ---
(In reply to Nikolay Sivov from comment #3)
> There's also two methods in IWshExec that need the same DWORD -> long (int)
> change.

I noticed this, too.

I can send patch for WshExec_get_ProcessID after current MR went in.

I am not sure what to do with WshExec_get_ExitCode, as it is currently not
implemented.
I could just change interface (DWORD to long) or implement the function using
GetExitCodeProcess().

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