home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 92 / DPPCZ0800.7z / DPPCZ0800.ISO / Essenti.als / Ezdesk / EzDesk.inf < prev    next >
Windows Setup INFormation  |  1998-03-20  |  3KB  |  83 lines

  1. ; Author: Nguyen, Melissa
  2. ; Product: EzDesk
  3. ; Copyright: (C) 1995-1998 Melissa Nguyen. All rights reserved.
  4. ; E-mail:  nguyen@compuserve.com or nguyen@kagi.com
  5. ; History:
  6. ;   11/05/1995 Initial revision
  7. ;   10/31/1996 Final 1.8 release
  8. ;   03/10/1998 Version 1.8 Build 195
  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. HKCU,AppEvents\Schemes\Apps\EzDesk\Snapshot\.Current,,,"EzSnap.wav"
  25. HKCU,AppEvents\Schemes\Apps\EzDesk\Restore\.Current,,,"EzMagic.wav"
  26. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDesk,DisplayName,,"%EzDesk_UNINSTALL%"
  27. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\EzDesk,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 EzDesk.inf"
  28. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%EzDesk_INTRO%,,"WINHELP.exe -i Main %18%\EzDesk.hlp"
  29. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%EzDesk_INTRO2%,,"EzSetup EzUpdate.exe"
  30. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%EzDesk_INTRO3%,,"EzSetup /ask:view readme.txt"
  31. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%EzDesk_INTRO4%,,"EzSetup /noinf /delay:1"
  32. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%EzDesk_INTRO1%,,"EzSetup /nowait %25%\EzDesk.exe"
  33. HKLM,Software\EzWare\QuickRes,0,,"1000"
  34. HKLM,Software\EzWare\QuickRes,1,,"1002"
  35.  
  36. [EZD.copy.win]
  37. EzDesk.exe
  38. EzSnap.wav
  39. EzMagic.wav
  40.  
  41. [EZD.copy.hlp]
  42. EzDesk.hlp
  43. EzDesk.cnt
  44.  
  45. [EZD.copy.inf]
  46. EzDesk.inf
  47.  
  48. [Strings]
  49. EzDesk_DESC="EzWare EzDesk Version 1.8"
  50. EzDesk_SMD="EzWare EzDesk"
  51. EzDesk_UNINSTALL="EzWare EzDesk (remove only)"
  52. StartUp_DESC="Startup"
  53. EzDesk_INTRO1="Introducing EzDesk Version 1.8"
  54. EzDesk_INTRO2="Convert orginal layouts..."
  55. EzDesk_INTRO3="View read me file"
  56. EzDesk_INTRO4="Thank you for using EzDesk"
  57.  
  58. [DestinationDirs]
  59. EZD.copy.win = 25
  60. EZD.copy.inf = 17
  61. EZD.copy.hlp = 18
  62.  
  63. [SourceDisksNames]
  64. 1="EzWare EzDesk Version 1.8","",1
  65.  
  66. [SourceDisksFiles]
  67. EzDesk.exe=1
  68. EzDesk.hlp=1
  69. EzDesk.cnt=1
  70. EzSnap.wav=1
  71. EzMagic.wav=1
  72. EzDesk.inf=1
  73. ReadMe.txt=1
  74.  
  75. [EZD.Links]
  76. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  77. setup.ini, group1,, """%EzDesk_SMD%"", ""%25%\EzDesk.Exe"",,,,,%EzDesk_ShortDesc%"
  78.  
  79. [EZD.Del.Inis]
  80. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  81. setup.ini, group1,, """%EzDesk_SMD%"""
  82.  
  83.