diff --git a/libs/win32/util.vbs b/libs/win32/util.vbs index dc137e3fcb..c04a034c8e 100644 --- a/libs/win32/util.vbs +++ b/libs/win32/util.vbs @@ -11,7 +11,7 @@ Set WshShell = CreateObject("WScript.Shell") Set FSO = CreateObject("Scripting.FileSystemObject") Set WshSysEnv = WshShell.Environment("SYSTEM") -Set xml = CreateObject("Microsoft.XMLHTTP") +Set xml = CreateObject("Msxml2.ServerXMLHTTP") Dim UseWgetEXE On Error Resume Next