home *** CD-ROM | disk | FTP | other *** search
/ moodle.waes.ac.uk / moodle.waes.ac.uk.zip / moodle.waes.ac.uk / TMG / SP1-TMG-KB981324-AMD64-ENU.msp / PCW_CAB_SHFx2 / F4382_rpcfltr.dll / REGISTRY / 59200 (.txt)
InstallShield Script  |  2010-06-15  |  1KB  |  42 lines

  1.     WspSrv.RpcFltr = s 'RpcFltr Class'
  2.     {
  3.         CLSID = s '{E331F638-AB86-4AA5-9B6A-2B0248C7B4FB}'
  4.     }
  5.     WspSrv.RpcFltr = s 'RpcFltr Class'
  6.     {
  7.         CurVer = s 'WspSrv.RpcFltr'
  8.     }
  9.     NoRemove CLSID
  10.     {
  11.         ForceRemove {E331F638-AB86-4AA5-9B6A-2B0248C7B4FB} = s 'RpcFltr Class'
  12.         {
  13.             ProgID = s 'WspSrv.RpcFltr'
  14.             VersionIndependentProgID = s 'WspSrv.RpcFltr'
  15.             ForceRemove 'Programmable'
  16.             InprocServer32 = s '%MODULE%'
  17.             {
  18.                 val ThreadingModel = s 'Free'
  19.             }
  20.         }
  21.     }
  22.     NoRemove SYSTEM
  23.     {
  24.         NoRemove CurrentControlSet
  25.         {
  26.             NoRemove Services
  27.             {
  28.                 NoRemove Eventlog
  29.                 {
  30.                     NoRemove Application
  31.                     {
  32.                         ForceRemove '%EventLogKey%'
  33.                         {
  34.                             val EventMessageFile = s '%EventMsgFile%'
  35.                             val TypesSupported = d 7
  36.                         }
  37.                     }
  38.                 }
  39.             }
  40.         }
  41.     }
  42.