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

  1. ; Author: Nguyen, Melissa
  2. ; Product: EzDesk
  3. ; Copyright: (c) 1995 Melissa Nguyen, EzWare Technology
  4. ; History:
  5. ;   09/16/95 Initial revision
  6. ;   10/10/95 Clean up for revision 1.5
  7. ;   10/28/95 Add auto run and help file
  8. ;   11/05/95 Add help file for 1.7
  9.  
  10. [version]
  11. signature="$CHICAGO$"
  12.  
  13. [DefaultInstall]
  14. CopyFiles=EZD.copy.win, EZD.copy.inf, EZD.copy.hlp
  15. UpdateInis=EZD.Links
  16. AddReg=EZD.Add.Reg
  17.  
  18. [DefaultUninstall]
  19. DelReg=EZD.Add.Reg
  20. DelFiles=EZD.copy.win, EZD.copy.inf, EZD.copy.hlp
  21. UpdateInis=EZD.Del.Inis
  22.  
  23. [EZD.Add.Reg]
  24. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDesk,DisplayName,,"%EZDESK_DESC%"
  25. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDesk,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 EzDesk.inf"
  26. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%EZDESK_INTRO%,,"WINHELP.exe -i Main %18%\EzDesk.hlp"
  27.  
  28. [EZD.copy.win]
  29. EzDesk.exe
  30.  
  31. [EZD.copy.hlp]
  32. EzDesk.hlp
  33. EzDesk.cnt
  34.  
  35. [EZD.copy.inf]
  36. EzDesk.inf
  37.  
  38. [Strings]
  39. EZDESK_DESC="EzDesk"
  40. EZDESK_ShortDesc="EzDesk"
  41. StartUp_DESC="Startup"
  42. EZDESK_INTRO="Introducing EzDesk Version 1.7"
  43.  
  44. [DestinationDirs]
  45. EZD.copy.win = 25
  46. EZD.copy.inf = 17
  47. EZD.copy.hlp = 18
  48.  
  49. [SourceDisksNames]
  50. 1="EzDesk","",1
  51.  
  52. [SourceDisksFiles]
  53. EzDesk.exe=1
  54. EzDesk.hlp=1
  55. EzDesk.cnt=1
  56. EzDesk.inf=1
  57.  
  58. [EZD.Links]
  59. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  60. setup.ini, group1,, """%EZDESK_DESC%"", ""%25%\EzDesk.Exe"",,,,,%EZDESK_ShortDesc%"
  61.  
  62. [EZD.Del.Inis]
  63. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  64. setup.ini, group1,, """%EZDESK_DESC%"""
  65.  
  66.