home *** CD-ROM | disk | FTP | other *** search
/ Freelog 38 / Freelog038.iso / Endirect / DSEditeurHTML / DS-EditeurHTML.CAB / msdxm.ocx / REGISTRY / 109 (.txt) < prev    next >
InstallShield Script  |  2001-10-09  |  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.