home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 April / CAGidas04.iso / Programos / wlsetup-all.exe / wllogin.msi / SDKCOMPONENTS_PPCRL_IDBHO.DLL / REGISTRY / 102 (.txt) < prev    next >
Encoding:
InstallShield Script  |  2009-01-22  |  1.2 KB  |  34 lines

  1.     IDBHO.IDBrowserExtension.1 = s 'Windows Live Sign-in Helper'
  2.         CLSID = s '{9030D464-4C02-4ABF-8ECC-5164760863C6}'
  3.     IDBHO.IDBrowserExtension = s 'Windows Live Sign-in Helper'
  4.         CLSID = s '{9030D464-4C02-4ABF-8ECC-5164760863C6}'
  5.         CurVer = s 'IDBHO.IDBrowserExtension.1'
  6.     NoRemove CLSID
  7.         ForceRemove {9030D464-4C02-4ABF-8ECC-5164760863C6} = s 'Windows Live Sign-in Helper'
  8.             ProgID = s 'IDBHO.IDBrowserExtension.1'
  9.             VersionIndependentProgID = s 'IDBHO.IDBrowserExtension'
  10.             ForceRemove 'Programmable'
  11.             InprocServer32 = s '%MODULE%'
  12.                 val ThreadingModel = s 'Apartment'
  13.             val AppID = s '%APPID%'
  14.             'TypeLib' = s '{FD609BF1-0E01-403F-8F20-EA238F5CDCC3}'
  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 '{9030D464-4C02-4ABF-8ECC-5164760863C6}'
  28.                         }
  29.                     }
  30.                 }
  31.             }
  32.         }
  33.     }
  34.