home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / SHARE / WIN95 / COOL / COOL.INF < prev    next >
INI File  |  1996-09-26  |  2KB  |  60 lines

  1. ; Installs & removes full window drag and font smoothing without Microsoft
  2. ; Plus! being installed.
  3.  
  4. [DefaultInstall]
  5. CopyFiles = Cool.copy.sys, Cool.copy.inf
  6. AddReg = Cool.reg
  7. Uninstall = Cool_remove
  8.  
  9. [CoolInstall]
  10. CopyFiles = Cool.copy.sys, Cool.copy.inf
  11. AddReg = Cool.reg
  12. Uninstall = Cool_remove
  13.  
  14. [Cool_remove]
  15. DelFiles = Cool.copy.sys, Cool.copy.inf
  16. DelReg = Cool.reg.remove
  17.  
  18. [version]
  19. signature="$CHICAGO$"
  20.  
  21.  
  22. ; DEST
  23. [DestinationDirs]
  24. Cool.copy.sys=11
  25. Cool.copy.inf=17
  26.  
  27. [Cool.copy.sys]
  28. cool.dll
  29.  
  30. [Cool.copy.inf]
  31. cool.inf
  32.  
  33.  
  34. ; SOURCE
  35. [SourceDisksNames]
  36. 55="Cool","",1
  37.  
  38. [SourceDisksFiles]
  39. cool.dll=55
  40.  
  41. ; ALIASES
  42. [Strings]
  43. Cool_DESC = "Full Window Drag"
  44. Cool_REMOVE_DESC = "Full Window Drag (Remove only)"
  45.  
  46. [Cool.reg]
  47. HKLM,SOFTWARE\Microsoft\Plus!\Setup,cool.dll,,""
  48. HKCU,"Control Panel\desktop","FontSmoothing",,1
  49. HKCU,"Control Panel\desktop","DragFullWindows",,1
  50. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Cool,DisplayName,,"%Cool_REMOVE_DESC%"
  51. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Cool,UninstallString,,"RunDll setupx.dll,InstallHinfSection Cool_remove 4 Cool.inf"
  52.  
  53. [Cool.reg.remove]
  54. HKLM,SOFTWARE\Microsoft\Plus!\Setup,cool.dll,,""
  55. HKCU,"Control Panel\desktop","FontSmoothing",,1
  56. HKCU,"Control Panel\desktop","DragFullWindows",,1
  57. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Cool,,,
  58. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Cool,DisplayName,,"%Cool_DESC%"
  59. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Cool,UninstallString,,"RunDll setupx.dll,InstallHinfSection Cool_remove 4 Cool.inf"
  60.