home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Disque / KeepIt / Keep-It.exe / RCDATA / CABINET / KEEP-IT.INF next >
INI File  |  1999-09-22  |  2KB  |  61 lines

  1. ; KEPP-IT.INF entries
  2. ;
  3. ; Copyright (C) 1995-1999 Remember International Associates Ltd,  All Rights Reserved.
  4. ;
  5.  
  6. [version]
  7. signature=$CHICAGO$
  8. SetupClass=BASE
  9. Provider="Remember International Associates Ltd."
  10.  
  11. [DefaultInstall]
  12. CopyFiles=ThisDll.install, Help.install, SelfInst.install, Command.install
  13. AddReg=ThisDll.AddReg, ThisDll.UninstReg
  14.  
  15. [DefaultUninstall]
  16. DelFiles=ThisDll.install, Help.install, SelfInst.install, Command.install
  17. DelReg=ThisDll.AddReg, ThisDll.UninstReg
  18.  
  19. [ThisDll.AddReg]
  20. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Register Keep-It Archive",,"rundll32.exe %11%\%SubDir%\KEEPIT.DLL,DllRegister"
  21. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Register Keep-It",,"rundll32.exe %11%\%SubDir%\RFW12.DLL,DllRegister"
  22. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Sample Archive",,"rundll32.exe %11%\%SubDir%\RFW12.DLL,DllInstall"
  23.  
  24. [ThisDll.UninstReg]
  25. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Keep-It2000,,,
  26. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Keep-It2000,"DisplayName",0,"Keep-It 2.0 (Remove Only)"
  27. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Keep-It2000,"UninstallString",0,"rundll32.exe %11%\%SubDir%\RFW12.DLL,DllUninstall %11%\%SubDir%\Keep-It.inf"
  28.  
  29. [ThisDll.install]
  30. RFW12.DLL
  31. KEEPIT.DLL
  32. KEEP-IT.INF
  33.  
  34. [Help.install]
  35. KI_HELP.CHM
  36.  
  37. [SelfInst.install]
  38. SELFINST.EXE
  39.  
  40. [Command.install]
  41. KI.EXE
  42.  
  43. [DestinationDirs]
  44. ThisDll.install=11,%SubDir%
  45. Help.install=18
  46. SelfInst.install=11
  47. Command.install=10
  48.  
  49. [SourceDisksNames]
  50. 55="Keep-It 2.0.0.2","",1
  51.  
  52. [SourceDisksFiles]
  53. %ThisDll%=55
  54. %Help%=55
  55. %SelfInst%=55
  56. %Command%=55
  57.  
  58. [Strings]
  59. SubDir = "ShellExt"
  60. ThisDll = "RFW12.DLL"
  61.