Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.0 KiB

  1. This file describes installation of the WMI XML/HTTP server on Win2k Server and
  2. on (Win2KProfessional + IIS)
  3. The description below uses the term �WBEM Directory� to refer to the directory in which the WMI Core files are installed. This is typically c:\winnt\system32\wbem
  4. 1. Create a subdirectory call �xml� under the WBEM directory
  5. 2. Place the DLLs wmixmlop.dll and wmi2xml.dll in the �xml� directory and run regsvr32 on them.
  6. 3. Create a subdirectory call iis under the above xml directory. Place the DLLs wmiisapi.dll and wmifilt.dll in this directory.
  7. 4. Register the DLL wmifilt.dll as an ISAPI filter with IIS under the name �WMI XML Filter�.
  8. 5. Create a virtual directory in the IIS metabase for the path /cimhttp.
  9. 6. Map this virtual directory to the physical directory $WBEM/xml/iis and set the following attributes on this virtual directory
  10. � Run out-of-proc (most isolation) to IIS
  11. � Enable Execute permissions
  12. � Enable Windows NT/Challenge Response authentication
  13. � Disable all other forms of authentication