; Author : Yadla ; Version : 1.5 ; Thanks to FelixA for the FlexiCD .Inf file ; Install Forgot-It! in windows folder ; uninstall with install/uninstall in the control panel ; Forgot-It! is copyright (c) Mathieu MARCIACQ [DefaultInstall] CopyFiles = Forgotit.copy.prog, Forgotit.copy.inf AddReg = Forgotit.Add.Reg [DefaultUninstall] DelFiles = Forgotit.copy.prog, Forgotit.copy.inf, Forgotit.used.dat DelReg = Forgotit.Del.Reg [version] signature="$CHICAGO$" [DestinationDirs] Forgotit.copy.prog=25 ; file go to windows folder Forgotit.copy.inf=17 ; file go to windows\inf folders Forgotit.used.dat=25 ; file go to windows folder ; what files copied [Forgotit.copy.prog] Forgotit.exe [Forgotit.copy.inf] Forgotit.inf [Forgotit.used.dat] Postit.dat Postit.ini ; where the files come from [SourceDisksNames] 1="Forgot-It! (c) Mathieu-MARCIACQ","",1 [SourceDisksFiles] Forgotit.exe=1 Forgotit.inf=1 [Forgotit.Add.Reg] HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"Forgot-It!",,"Forgotit.exe" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,DisplayName,,"Forgot-It !" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 Forgotit.inf" [Forgotit.Del.Reg] HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,,, HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,DisplayName,,"Forgot-It !" HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 Forgotit.inf"