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 / F4361_ISSFltr.dll / REGISTRY / 58101 (.txt)
InstallShield Script  |  2010-06-15  |  1KB  |  43 lines

  1. {    
  2.     issPopFilter.WspFilter.1 = s 'issPopFilter Class'
  3.     {
  4.         CLSID = s '{BAA26FC5-6CB6-4de9-9683-9EAFC491D5B4}'
  5.     }
  6.     issPopFilter.WspFilter = s 'issPopFilter Class'
  7.     {
  8.         CLSID = s '{BAA26FC5-6CB6-4de9-9683-9EAFC491D5B4}'
  9.         CurVer = s 'issPopFilter.WspFilter.1'
  10.     }  
  11.     NoRemove CLSID
  12.     {
  13.         ForceRemove {BAA26FC5-6CB6-4de9-9683-9EAFC491D5B4} = s 'issPopFilter Class'
  14.         {
  15.             ProgID = s 'issPopFilter.WspFilter.1'
  16.             VersionIndependentProgID = s 'IssPopFilter.WspFilter'
  17.             InprocServer32 = s '%MODULE%'
  18.             {
  19.                 val ThreadingModel = s 'Free'
  20.             }
  21.         }
  22.     }
  23.     NoRemove SYSTEM
  24.     {
  25.         NoRemove CurrentControlSet
  26.         {
  27.             NoRemove Services
  28.             {
  29.                 NoRemove Eventlog
  30.                 {
  31.                     NoRemove Application
  32.                     {
  33.                         ForceRemove '%EventSource%'
  34.                         {
  35.                             val EventMessageFile = s '%EventMsgFile%'
  36.                             val TypesSupported = d 7
  37.                         }
  38.                     }
  39.                 }
  40.             }
  41.         }
  42.     }
  43.