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.

26 lines
460 B

  1. HKCR
  2. {
  3. %PROGID% = s '%DESCRIPTION%'
  4. {
  5. CLSID = s '%CLSID%'
  6. }
  7. %VIPROGID% = s '%DESCRIPTION%'
  8. {
  9. CLSID = s '%CLSID%'
  10. CurVer = s '%PROGID%'
  11. }
  12. NoRemove CLSID
  13. {
  14. ForceRemove %CLSID% = s '%DESCRIPTION%'
  15. {
  16. ProgID = s '%PROGID%'
  17. VersionIndependentProgID = s '%VIPROGID%'
  18. InprocServer32 = s '%MODULE%'
  19. {
  20. val ThreadingModel = s '%THREADINGMODEL%'
  21. }
  22. TypeLib = s '%LIBID%'
  23. val AppID = s '%APPID%'
  24. }
  25. }
  26. }