home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / Chip_1999-05_cd.bin / zkuste / MSIE5 / ieak5cd.exe / RCDATA / CABINET / uncheck.inf < prev    next >
Windows Setup INFormation  |  1999-02-24  |  1KB  |  53 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5,"You need a new version of advpack.dll"
  4.  
  5.  
  6. ;; INSTALL
  7.  
  8.  
  9. [DefaultInstall]
  10. Copyfiles=CopyTestFiles,INFCopySection
  11. AddReg=TestFiles.AddReg
  12.  
  13. [CopyTestFiles]
  14. UnCheck.bmp
  15.  
  16. [INFCopySection]
  17. UnCheck.inf
  18.  
  19. [DestinationDirs]
  20. CopyTestFiles=11
  21. INFCopySection=17
  22.                  
  23. [SourceDisksNames]
  24. 10=%ID01%,,0
  25.  
  26. [SourceDisksFiles]
  27. UnCheck.bmp=10
  28. UnCheck.inf=10
  29.  
  30. [TestFiles.AddReg]
  31. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck,"UninstallString",0,"RunDll32 advpack.dll,LaunchINFSection %17%\UnCheck.inf,Uninstall,4"
  32. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck,"QuietUninstallString",0,"RunDll32 advpack.dll,LaunchINFSection %17%\UnCheck.inf,Uninstall,5"
  33. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck,DisplayName,,"UnCheck"
  34. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck,"RequiresIESysFile",0,"5.0"
  35.  
  36. ;; UNINSTALL
  37.  
  38.  
  39. [Uninstall]
  40. DelReg=UnInstallRegKey
  41. DelFiles=CopyTestFiles,INFCopySection
  42.  
  43. [UnInstallRegKey]
  44. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UnCheck
  45. HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components\UnCheck
  46.  
  47.  
  48. ;; STRINGS
  49.  
  50.  
  51. [Strings]
  52. ID01="UnCheck"
  53.