home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / mmcndmgr.dll / REGISTRY / 232
Text File  |  2008-01-19  |  970b  |  58 lines

  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. }
  34. HKCR
  35. {
  36.     %VProgID% = s '%VClassName%'
  37.     {
  38.         CLSID = s '%VSnapinClsid%'
  39.         CurVer = s '%VVersionIndependentProgID%'
  40.     }
  41.     %VVersionIndependentProgID% = s '%VClassName%'
  42.     {
  43.         CLSID = s '%VSnapinClsid%'
  44.     }
  45.     NoRemove CLSID
  46.     {
  47.         ForceRemove %VSnapinClsid% = s '%VClassName%'
  48.         {
  49.             ProgID = s '%VProgID%'
  50.             VersionIndependentProgID = s '%VVersionIndependentProgID%'
  51.             InprocServer32 = s '%VFileName%'
  52.             {
  53.                 val ThreadingModel = s 'Apartment'
  54.             }
  55.         }
  56.     }
  57. }
  58.