home *** CD-ROM | disk | FTP | other *** search
/ Las Vegas Classics / LASVEGAS.BIN / LASVEGAS / RSIPOKER / INSTALL.INF < prev    next >
Encoding:
INI File  |  1994-09-10  |  1.8 KB  |  56 lines

  1. [dialog]
  2.     caption = "RSI Casino Installation"
  3.     line1 = "Installing: RSI Draw Poker"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 1200, "Total K Needed for everything."
  12.  
  13. [data]
  14. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L:
  15.     defdir = C:\CASINO
  16.     libdir = W:RlzRun20
  17.  dlldir = W:
  18.  
  19. [disks]
  20.     1 =., "RSI Casino Disk 1"
  21.     2 =., "RSI Casino Disk 2"
  22.  
  23. [app.tree]
  24. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  25. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  26.     #app0.main,                     0:
  27.     #app0.lib,                      L:
  28.     #app0.dll,          L:
  29.  
  30. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  31. ; case it selects a prompt from the [disks] section above.
  32. [app0.main]
  33.     1:rsipoker.exe,   "RSI Draw Poker"
  34.     1:register.doc,   "Registration Form"
  35.  
  36. [app0.lib]
  37.     1:RlzRun20.RTS,   "Runtime Libraries"
  38.     2:CABLE.DLL
  39.  
  40.  
  41. [progman.groups]
  42. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  43. "RSI Casino" ,1
  44.  
  45. [RSI Casino]
  46. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  47.     0, "RSI Draw Poker",                0:rsipoker.exe
  48.  
  49. ;[inifiles]
  50. ;0, inifilename, sectionheader
  51. ;       followed by any number of:
  52. ;1, variable, string
  53. ;       0, Junk1.INI, "Junk section"
  54. ;       1, Maximized, 1
  55.  
  56.