home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ie4 / ieak4opt.cab / addreg.inf next >
INI File  |  1998-02-09  |  867b  |  15 lines

  1.  
  2. [AddRegSect]
  3. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",Description,,"%Description%"
  4. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",StubPath,,"%StubPath%"
  5. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",Revision,,"%Revision%"
  6. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",IsInstalled,,"1"
  7. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",BrandClearStubs,,"%ClearStubsCmd%"
  8.  
  9. [DelRegSect]
  10. HKLM,"Software\Microsoft\Active Setup\Installed Components\%OLDGUID%",Description,,"%Description%"
  11. HKLM,"Software\Microsoft\Active Setup\Installed Components\%OLDGUID%",StubPath,,"%StubPath%"
  12. HKLM,"Software\Microsoft\Active Setup\Installed Components\%OLDGUID%",Revision,,"%Revision%"
  13. HKLM,"Software\Microsoft\Active Setup\Installed Components\%OLDGUID%",IsInstalled,,"1"
  14.  
  15.