home *** CD-ROM | disk | FTP | other *** search
/ Excalibur 71 / Excalibur_71_cd2.bin / Microsoft_Internet_50 / mplayer2.cab / msdxm.ocx / REGISTRY / 109 (.txt) < prev    next >
InstallShield Script  |  1999-02-18  |  561b  |  20 lines

  1.     ppDShowPlay.ppDShowPlay.1 = s 'ppDShowPlay Class'
  2.     {
  3.         CLSID = s '{C0CD59AE-020D-11d1-81F2-00C04FC99D4C}'
  4.     }
  5.     ppDShowPlay.ppDShowPlay = s 'ppDShowPlay Class'
  6.     {
  7.         CurVer = s 'ppDShowPlay.ppDShowPlay.1'
  8.     }
  9.     NoRemove CLSID
  10.     {
  11.         ForceRemove {C0CD59AE-020D-11d1-81F2-00C04FC99D4C} = s 'ppDShowPlay Class'
  12.         {
  13.             ForceRemove 'Programmable'
  14.             InprocServer32 = s '%MODULE%'
  15.             {
  16.                 val ThreadingModel = s 'Apartment'
  17.             }
  18.         }
  19.     }
  20.