Source code of Windows XP (NT5)
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.

57 lines
913 B

  1. HKLM
  2. {
  3. NoRemove Software
  4. {
  5. NoRemove Microsoft
  6. {
  7. NoRemove MMC
  8. {
  9. NoRemove Snapins
  10. {
  11. ForceRemove %VSnapinClsid%
  12. {
  13. val NameString = s '%VSnapinName%'
  14. val NameStringIndirect = s '%VSnapinNameIndirect%'
  15. val About = s '%VSnapinClsid%'
  16. NodeTypes
  17. {
  18. %VNodetype%
  19. }
  20. StandAlone
  21. }
  22. }
  23. NoRemove NodeTypes
  24. {
  25. ForceRemove %VNodetype%
  26. {
  27. }
  28. }
  29. }
  30. }
  31. }
  32. }
  33. HKCR
  34. {
  35. %VProgID% = s '%VClassName%'
  36. {
  37. CLSID = s '%VSnapinClsid%'
  38. }
  39. %VVersionIndependentProgID% = s '%VClassName%'
  40. {
  41. CLSID = s '%VSnapinClsid%'
  42. CurVer = s '%VVersionIndependentProgID%'
  43. }
  44. NoRemove CLSID
  45. {
  46. ForceRemove %VSnapinClsid% = s '%VClassName%'
  47. {
  48. ProgID = s '%VProgID%'
  49. VersionIndependentProgID = s '%VVersionIndependentProgID%'
  50. InprocServer32 = s '%VFileName%'
  51. {
  52. val ThreadingModel = s 'Apartment'
  53. }
  54. }
  55. }
  56. }