[Bug 48879] NVIDIA PhysX System Software 9.12.1031 installer fails (VBScript action can't create 'WbemScripting.SWbemNamedValueSet' object)

WineHQ Bugzilla wine-bugs at winehq.org
Thu Nov 5 13:47:40 CST 2020


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

--- Comment #5 from Brendan Shanks <bshanks at codeweavers.com> ---
The script is using the __ProviderArchitecture flag with the registry provider
to access the 64-bit registry.

There's a couple pieces that will be needed for this:

- implement IWbemContext
- ensure the context arg is passed down to the provider
- implement the __ProviderArchitecture/__RequiredArchitecture behavior in the
registry provider
- implement SWbemNamedValueSet and map it to IWbemContext

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