home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / games-card / patien20.exe / MANIFEST < prev    next >
Text File  |  1997-11-21  |  564b  |  28 lines

  1.  
  2. defaults
  3.   # The name of the program being installed.
  4.   $name = "Patience v2.0"
  5.   
  6.   # Defaults - can be overridden by the user.
  7.   $dstdir = c:\games\patience
  8.   $group = Games
  9.  
  10.   # Delete files after copying them.
  11.   $cleanup = yes
  12. end
  13.  
  14. # Files to install, and where.  (defaults to $dstdir)
  15. install
  16.   copy readme
  17.   copy patience.exe
  18.   copy patience.hlp
  19.   copy patience.ini
  20.   copy sdn.id
  21.   copy register.exe
  22.   copy register.hlp
  23.   
  24.   # Icons to make (if the user wants), in the group chosen.
  25.   icon Patience      $dstdir\patience.exe
  26. end
  27.  
  28.