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.

54 lines
1.5 KiB

  1. [Version]
  2. Signature="$CHICAGO$"
  3. ;
  4. ; The following contains install sections.
  5. ; [Register] and [Unregister] are called from
  6. ; DllRegisterServer/DllUnregisterServer.
  7. ;
  8. ; Section with names beginning with '!' AREN'T BACKED
  9. [Register]
  10. ComponentName=mtlocal.DllReg
  11. ComponentVersion=1.0
  12. AdvOptions=36
  13. AddReg=Classes.Reg
  14. [Unregister]
  15. ComponentName=mtlocal.DllReg
  16. ComponentVersion=1.0
  17. AdvOptions=260
  18. [Classes.Reg]
  19. HKCR,CLSID\%CLSID_RemoteMTScriptProxy%,,,"RemoteMTScript Proxy"
  20. HKCR,CLSID\%CLSID_RemoteMTScriptProxy%\InProcServer32,,%REG_EXPAND_SZ%,"%_SYS_MOD_PATH%"
  21. HKCR,CLSID\%CLSID_RemoteMTScriptProxy%\InProcServer32,"ThreadingModel",,"Apartment"
  22. HKCR,CLSID\%CLSID_RemoteMTScriptProxy%\ProgID,,,"MTScript.Proxy"
  23. HKCR,CLSID\%CLSID_RemoteMTScriptProxy%\TypeLib,,,%LIBID_MTScriptEngine%
  24. HKCR,CLSID\%CLSID_RemoteMTScriptProxy%\Version,,,"1.0"
  25. HKCR,MTScript.Proxy,,,"RemoteMTScript Proxy"
  26. HKCR,MTScript.Proxy\CLSID,,,%CLSID_RemoteMTScriptProxy%
  27. ;
  28. ; All the string definitions go here.
  29. ;
  30. [Strings]
  31. CLSID_RemoteMTScriptProxy = "{854c3182-c854-4a77-b189-606859e4391b}"
  32. CLSID_RemoteMTScript = "{854c316d-c854-4a77-b189-606859e4391b}"
  33. LIBID_MTScriptEngine = "{854c3169-c854-4a77-b189-606859e4391b}"
  34. REG_EXPAND_SZ = 0x00020000
  35. ; Do not overwrite if the key already exists
  36. REG_SZ_NOCLOBBER = 0x00000002
  37. ;
  38. EngineMissing = "SETUPAPI.DLL is missing on this machine."
  39. [End]