I've got a customer that gets a module not found error (0x8007007e) when running a vbscript at this line of code:
set test = CreateObject("WinHttp.WinHttpRequest.5.1")
The system is Windows 7 Professional (32bit). Microsoft documentation states that it should be a system component, so no way to install it and fix the problem with a redistributable. How can I fix this?