home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / goldmonk / setup.inf < prev    next >
INI File  |  1992-11-25  |  946b  |  38 lines

  1. ;SETUP.INF for Windows 3.1: A Developer's Guide.
  2. ;Copyright (c) 1992 by Jeffrey M. Richter - All rights reserved.
  3.  
  4. [App] 
  5. ;Application global information 
  6. AppName=Gold Monkey
  7. DefDir=C:\Windows
  8. SpaceNeeded=500
  9. DefPMGroup=Games.GRP, games
  10. ShowSubDirCreateStats=N
  11.  
  12.  
  13. [Disks] 
  14. ;List of diskettes needed to install the product and the name 
  15. ;of each diskette.
  16. 1=MONKEY
  17.  
  18.  
  19. [SrcDirs] 
  20. ;lists of directories from root of source drive/directory where 
  21. ;source files can be found
  22.  1=.
  23.  
  24. [DstDirs] 
  25. ;lists of directories from root of destination drive/directory
  26. ;where destination files will be placed
  27.  1=.
  28.  
  29. [Files] 
  30. ;Description,              Src(Dsk-Dir:Name), Dst(Dir:Name),  Shared
  31. ;------------------------- -----------------  --------------- ------
  32. Gold Monkey,               1-1:monkey.1  ,  1:monkey.exe,    N
  33. System files,               1-1:monkey.2,  1:vbrun200.dll,  Y
  34.  
  35. [PM Info]
  36. Monkey.exe, Gold Monkey
  37. [End]
  38.