home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / FlashGet / flashget3.3.0.1092en.exe / FlashGetBHO3.dll / 2052 / REGISTRY / 101 (.txt) next >
Encoding:
InstallShield Script  |  2009-12-22  |  799 b   |  28 lines

  1.     NoRemove AppID
  2.         '%APPID%' = s 'FlashGetBHO'
  3.         'FlashGetBHO.DLL'
  4.             val AppID = s '%APPID%'
  5. HKLM 
  6.     NoRemove SOFTWARE 
  7.     {
  8.         NoRemove Microsoft 
  9.         {   
  10.             NoRemove Windows 
  11.             {
  12.                 NoRemove CurrentVersion 
  13.                 {
  14.                     NoRemove Explorer 
  15.                     {
  16.                         NoRemove 'Browser Helper Objects' 
  17.                         {
  18.                             ForceRemove '{b070d3e3-fec0-47d9-8e8a-99d4eeb3d3b0}' = s 'FlashGetBHO' 
  19.                             {
  20.                                 val NoExplorer = d '1'   
  21.                             }
  22.                         }
  23.                     }
  24.                  }
  25.              }
  26.          }
  27.      }
  28.