home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / inftool / DEMO.INF < prev    next >
Windows Setup INFormation  |  1998-03-14  |  1KB  |  40 lines

  1. ; Application: INF-Tool Demo script
  2. ; Version    : 1.0
  3. ; Author     : Albert Einstein
  4. ; Copyright  : ⌐ 1998 by Albert Einstein
  5. ; History    : 
  6. ; Created by : the UNREGISTERED VERSION of INF-Tool Installation Script Generator
  7. ;              [Version 3.4 * 15.03.98] from www.user.xpoint.at/r.fellner/
  8. ; Please note: The registered version creates really professional setup packages
  9. ;              supporting Uninstall functionality, Long File Names, Start Menu
  10. ;              Groups, unlimited files, a small (4 KB!) Setup.exe utility for
  11. ;              your scripts and more ....
  12. ;              Save resources and use INF-Tool instead of huge Installers !
  13. ; ---------------------------------------------------------------------------
  14.  
  15. [Version]
  16. Signature=$Chicago$
  17. Provider=%Author%
  18. SetupClass=BASE
  19. Class=NoDriver
  20. [Strings]
  21. Product="INF-Tool Demo script"
  22. Version="1.0"
  23. Info="This easy example script would copy 2 files to the subdirectory "INF-Test" of your Windows directory. Will not modify anything else."
  24. Author="Albert Einstein"
  25. Copyright="⌐ 1998 by Albert Einstein"
  26. DiskName="INF-Tool Demo script, Setup Disk #1"
  27. [SourceDisksNames]
  28. 1=%DiskName%,"Setup1",1
  29. [SourceDisksFiles]
  30. NOTEPAD.EXE=1
  31. WRITE.EXE=1
  32. [DestGrp]
  33. NOTEPAD.EXE
  34. WRITE.EXE
  35. [DestinationDirs]
  36. DestGrp=10,INF-Test
  37. [DefaultInstall]
  38. Copyfiles=DestGrp
  39.  
  40.