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.

30 lines
988 B

  1. [Version]
  2. Signature="$Windows NT$"
  3. [InstallIntelliMirror]
  4. ComponentName=NT50.IntelliMirrorAdminUI
  5. ComponentVersion=5.0
  6. AdvOptions=36
  7. AddReg=RegAdminUI
  8. [RegAdminUI]
  9. HKCR,"CLSID\%CLSID_Computer%",,,"%DESC_Computer%"
  10. HKCR,"CLSID\%CLSID_Computer%\InProcServer32",,,"%_DLL_FILEPATH_%"
  11. HKCR,"CLSID\%CLSID_Computer%\InProcServer32","ThreadingModel",,"Apartment"
  12. HKCR,"CLSID\%CLSID_Service%",,,"%DESC_Service%"
  13. HKCR,"CLSID\%CLSID_Service%\InProcServer32",,,"%_DLL_FILEPATH_%"
  14. HKCR,"CLSID\%CLSID_Service%\InProcServer32","ThreadingModel",,"Apartment"
  15. [Strings]
  16. REG_DWORD =0x10001
  17. REG_EXPAND_SZ =0x20000
  18. REG_BINARY =0x00001
  19. REG_SZ =0x00000
  20. REG_MULTI_SZ =0x10000
  21. REG_NONE =0x20001
  22. CLSID_Computer = "{0F65B1BF-740F-11d1-BBE6-0060081692B3}"
  23. DESC_Computer = "IntelliMirror DS Admin UI Extension (Computer)"
  24. CLSID_Service = "{AC409538-741C-11d1-BBE6-0060081692B3}"
  25. DESC_Service = "IntelliMirror DS Admin UI Extension (Service)"