home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09963.iso / stickit / forgotit.zip / FORGFRE.INF < prev    next >
INI File  |  1996-07-11  |  2KB  |  83 lines

  1. ; Author  : Yadla
  2. ; Version : 1.2
  3. ; Thanks to FelixA for the FlexiCD .Inf file
  4. ; Install Forgot-It! in windows folder
  5. ; can uninstall it with install/uninstall in the control panel
  6. ; Forgot-It! is copyright (c) Mathieu MARCIACQ
  7.  
  8. [DefaultInstall]
  9. CopyFiles=FIT.copy.prog, FIT.copy.inf
  10. UpdateInis=FIT.Links
  11. AddReg=FIT.reg
  12. uninstall=Forgotit_remove
  13.  
  14. [ForgotitInstall]
  15. CopyFiles=FIT.copy.prog, FIT.copy.inf
  16. UpdateInis=FIT.Links
  17. AddReg=FIT.reg
  18. uninstall=Forgotit_remove
  19.  
  20. [Forgotit_remove]
  21. DelFiles = FIT.copy.prog, FIT.copy.inf, FIT.used.dat
  22. AddReg = FIT.reg.restore
  23. DelReg = FIT.reg.remove
  24. UpdateInis = FIT.Links.Remove
  25.  
  26. [version]
  27. signature="$CHICAGO$"
  28.  
  29. ; where the files go to
  30. ; 25 for windows folder
  31. ; 17 for windows\inf folders
  32. [DestinationDirs]
  33. FIT.copy.prog=25
  34. FIT.copy.inf=17
  35. FIT.used.dat=25
  36.  
  37. ; what files copied
  38. [FIT.copy.prog]
  39. Forgotit.exe
  40.  
  41. [FIT.copy.inf]
  42. ForgFre.inf
  43.  
  44. [FIT.used.dat]
  45. Postit.dat
  46. Postit.ini
  47.  
  48. ; where the files come from
  49. [SourceDisksNames]
  50. 1="Forgot-It! (c) Mathieu-MARCIACQ","",1
  51.  
  52. [SourceDisksFiles]
  53. Forgotit.exe=1
  54. ForgFre.inf=1
  55.  
  56. ;Strings used in installation and for registry
  57. [Strings]
  58. FITPROG_LOCN = "DΘmarrage"            ; shortcut location
  59. FIT_Desc     = "Forgot-It !"          ; shortcut name
  60. FIT_REMOVE_DESC = "Forgot-It !"       ; Remove name in control panel
  61.  
  62.  
  63. ; Links / Shortcuts description for installation
  64. [FIT.Links]
  65. setup.ini, progman.groups,, "group1=%FITPROG_LOCN%"
  66. setup.ini, group1,, """%FIT_Desc%"", ""%25%\Forgotit.Exe"",,,,,%FIT_Desc%"
  67.  
  68. ; Links / Shortcuts description for remove
  69. [FIT.Links.Remove]
  70. setup.ini, progman.groups,, "group1=%FITPROG_LOCN%"
  71. setup.ini, group1,, """%FIT_Desc%""
  72.  
  73. ; these lines are add in the registry for uninstall
  74. [FIT.reg]
  75. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,DisplayName,,"%FIT_REMOVE_DESC%"
  76. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,UninstallString,,"RunDll setupx.dll,InstallHinfSection ForgotIt_remove 4 ForgFre.inf"
  77.  
  78. ; these lines are add in the registry for uninstall
  79. [FIT.reg.remove]
  80. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,,,
  81. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,DisplayName,,"%FIT_DESC%"
  82. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,UninstallString,,"RunDll setupx.dll,InstallHinfSection Forgotit_remove 4 ForgFre.inf"
  83.