home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / komunikace / flashget / flashget186en.exe / getflash.dll / REGISTRY / 101 (.txt) next >
InstallShield Script  |  2007-05-16  |  1KB  |  34 lines

  1.     Getflash.gFlash.1 = s 'gFlash Class'
  2.         CLSID = s '{F156768E-81EF-470C-9057-481BA8380DBA}'
  3.     Getflash.gFlash = s 'gFlash Class'
  4.         CLSID = s '{F156768E-81EF-470C-9057-481BA8380DBA}'
  5.         CurVer = s 'Getflash.gFlash.1'
  6.     NoRemove CLSID
  7.         ForceRemove {F156768E-81EF-470C-9057-481BA8380DBA} = s 'FlashGet GetFlash Class'
  8.             ProgID = s 'Getflash.gFlash.1'
  9.             VersionIndependentProgID = s 'Getflash.gFlash'
  10.             ForceRemove 'Programmable'
  11.             InprocServer32 = s '%MODULE%'
  12.                 val ThreadingModel = s 'Apartment'
  13.             'TypeLib' = s '{16136F72-5845-4CD4-825E-56C3BF44B598}'
  14. HKLM 
  15.     NoRemove SOFTWARE 
  16.     {
  17.         NoRemove Microsoft 
  18.         {   
  19.             NoRemove Windows 
  20.             {
  21.                 NoRemove CurrentVersion 
  22.                 {
  23.                     NoRemove Explorer 
  24.                     {
  25.                         NoRemove 'Browser Helper Objects' 
  26.                         {
  27.                             ForceRemove {F156768E-81EF-470C-9057-481BA8380DBA}
  28.                         }        
  29.                     }
  30.                 }
  31.             }
  32.         }
  33.     }
  34.