home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #4 / K-CD_2001-04.iso / Explorer5 / DA / MPLAYER2.CAB / msdxm.ocx / REGISTRY / 109 (.txt) < prev    next >
InstallShield Script  |  1999-11-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.