home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / mazemake / setup.inf < prev    next >
INI File  |  1993-03-01  |  1KB  |  39 lines

  1. ; Module name: Setup.Inf
  2. ; Programmer : Jeffrey M. Richter
  3. ;   (Thanks to JMR for permission to use his setup program
  4. ;   distributed with his excellent book "Windows 3: A
  5. ;   Developer's Guide" from M&T Books.  It is worth noting
  6. ;   that neither JMR nor M&T Books ask for or require
  7. ;   this acknowledgment.    ML)
  8.  
  9. [Application] 
  10. ;Application global information 
  11. AppName=MAZEMAKER INSTALLATION
  12. DefDir=c:\games
  13. SpaceNeeded=100
  14. DefPMGroup=Games.GRP, Games
  15.  
  16. [Disks] 
  17. ;List of diskettes needed to install the product and the name 
  18. ;of each diskette.
  19. 1=Mazemaker Program Disk
  20.  
  21. [Dirs] 
  22. ;lists of directories that must be created from the destination directory 
  23. ;files to be copied are in the same directory structure on the 
  24. ;floppy (by default)
  25. 1=.
  26.  
  27. [Files] 
  28. ;description, name, (dir #), (diskette #), (Compressed)
  29. Program,         MAZEMAKR.EXE, 1, 1, N
  30. Data/Setup,         MAZEMAKR.DAT, 1, 1, N
  31. Help Information,    MAZEMAKR.HLP, 1, 1, N
  32.  
  33. [PM Info] 
  34. ;File Name, App Description, Icon file #, Icon #
  35. MAZEMAKR.EXE,  MAZEMAKER
  36.  
  37. [End]
  38. 
  39.