home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / shelmisc / ezdesk17.zip / EZDSKTAB.INF < prev    next >
INI File  |  1995-11-05  |  2KB  |  52 lines

  1. ; Author: Nguyen, Melissa
  2. ; Product: EzDesk Tab
  3. ; Copyright: (c) 1995 EzWare Technology
  4. ; History:
  5. ;   10/10/95 Initial revision
  6.  
  7. [version]
  8. signature="$CHICAGO$"
  9.  
  10. [DefaultInstall]
  11. CopyFiles=EZDT.copy.sys, EZDT.copy.inf
  12. AddReg=EzDeskTab.AddReg
  13.  
  14. [DefaultUninstall]
  15. DelReg=EzDeskTab.RemReg
  16. DelFiles=EZDT.copy.sys, EZDT.copy.inf
  17.  
  18. [EzDeskTab.AddReg]
  19. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDeskTab,DisplayName,,"%EZDT_DESC%"
  20. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDeskTab,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 EzDskTab.inf"
  21. HKCR,CLSID\{%EZDT_CLSID%},,,"%EZDT_CPL%"
  22. HKCR,CLSID\{%EZDT_CLSID%}\InProcServer32,,,%11%\EzDskTab.dll
  23. HKCR,CLSID\{%EZDT_CLSID%}\InProcServer32,ThreadingModel,,Apartment
  24. HKLM,Software\Microsoft\Windows\CurrentVersion\"Controls Folder"\Display\shellex\PropertySheetHandlers\"%EZDT_CPL%",,,{%EZDT_CLSID%}
  25.  
  26. [EzDeskTab.RemReg]
  27. HKCR,CLSID\{%EZDT_CLSID%},,,
  28. HKLM,Software\Microsoft\Windows\CurrentVersion\"Controls Folder"\Display\shellex\PropertySheetHandlers\"%EZDT_CPL%",,,
  29. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDeskTab,,,
  30.  
  31. [EZDT.copy.sys]
  32. EzDskTab.dll
  33.  
  34. [EZDT.copy.inf]
  35. EzDskTab.inf
  36.  
  37. [Strings]
  38. EZDT_DESC     = "EzDesk Display Properties Tab"
  39. EZDT_CLSID    = "a8e011e0-053b-11cf-b873-444553540000"
  40. EZDT_CPL      = "EzDesk CPL Extension"
  41.  
  42. [DestinationDirs]
  43. EZDT.copy.sys=11
  44. EZDT.copy.inf=17
  45.  
  46. [SourceDisksNames]
  47. 55="EzWare EzDesk Display Properties Tab","",1
  48.  
  49. [SourceDisksFiles]
  50. EzDskTab.dll=55
  51.  
  52.