home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / trivia / setup.inf < prev    next >
INI File  |  1992-06-28  |  1KB  |  39 lines

  1. ; Module name: Setup.Inf
  2.  
  3. [Application] 
  4. ;Application global information 
  5. AppName=KBS: Trivia Challenge
  6. DefDir=C:\trivia
  7. SpaceNeeded=1000
  8. DefPMGroup=KBSSYS.GRP, KBS Systems
  9.  
  10. [Disks] 
  11. ;List of diskettes needed to install the product and the name 
  12. ;of each diskette.
  13. 1=Setup, Trivia Setup
  14.  
  15. [Dirs] 
  16. ;lists of directories that must be created from the destination directory 
  17. ;files to be copied are in the same directory structure on the 
  18. ;floppy (by default) 
  19. 1=.
  20.  
  21. [Files] 
  22. ;description, name, (dir #), (diskette #), (Compressed)
  23. KBS Trivia,          trivia.EXE,      1, 1, N
  24. KBS Trivia,             trivia.trv,      1, 1, N
  25. KBS Trivia,             trivsa.trv,      1, 1, N
  26. KBS Trivia,             trivsb.trv,      1, 1, N
  27. KBS Trivia,             trivia.txt,      1, 1, N
  28. KBS Trivia,             trivia.win,      1, 1, N
  29. KBS Trivia,             trivia.bmp,      1, 1, N
  30. KBS Trivia,            registrn.wri,    1, 1, N
  31. KBS Trivia,            readme.txt,      1, 1, N
  32.  
  33. [PM Info] 
  34. ;File Name, App Description, Icon file #, Icon #
  35. trivia.EXE,    KBS: Trivia Challenge,trivia.EXE,0
  36.  
  37. [End]
  38. 
  39.