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.

60 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=mtscript.DllReg
  11. ComponentVersion=1.0
  12. AdvOptions=36
  13. AddReg=Classes.Reg
  14. [Unregister]
  15. ComponentName=mtscript.DllReg
  16. ComponentVersion=1.0
  17. AdvOptions=260
  18. [Classes.Reg]
  19. HKCR,CLSID\%CLSID_RemoteMTScript%,,,"Remote MTScript"
  20. HKCR,CLSID\%CLSID_RemoteMTScript%,AppID,,%CLSID_RemoteMTScript%
  21. HKCR,CLSID\%CLSID_RemoteMTScript%\LocalServer32,,%REG_EXPAND_SZ%,"%_SYS_MOD_PATH%"
  22. HKCR,CLSID\%CLSID_RemoteMTScript%\ProgID,,,"MTScript.Remote"
  23. HKCR,CLSID\%CLSID_RemoteMTScript%\TypeLib,,,%LIBID_MTScriptEngine%
  24. HKCR,CLSID\%CLSID_RemoteMTScript%\Version,,,"1.0"
  25. HKCR,AppID\%CLSID_RemoteMTScript%,,,"MTScript Engine"
  26. HKCR,AppID\%CLSID_RemoteMTScript%,RunAs,,"Interactive User"
  27. HKCR,MTScript.Remote,,,"RemoteMTScript"
  28. HKCR,MTScript.Remote\CLSID,,,%CLSID_RemoteMTScript%
  29. ;
  30. ; All the string definitions go here.
  31. ;
  32. [Strings]
  33. CLSID_RemoteMTScript = "{854c316d-c854-4a77-b189-606859e4391b}"
  34. LIBID_MTScriptEngine = "{854c3169-c854-4a77-b189-606859e4391b}"
  35. ; These values are the FLG_ADDREG_x from setupapi.h
  36. REG_EXPAND_SZ = 0x00020000
  37. REG_DWORD = 0x00010001
  38. ; Do not overwrite if the key already exists
  39. REG_SZ_NOCLOBBER = 0x00000002
  40. ;
  41. EngineMissing = "SETUPAPI.DLL is missing on this machine."
  42. [End]