home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / SP_WIN10.ZIP / INSTALL.INF < prev    next >
INI File  |  1994-01-28  |  2KB  |  61 lines

  1. [dialog]
  2.     caption = "Subliminal Persuasion Installation"
  3.     line1 = "Installing Subliminal Persuasion"
  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, 75, "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: as a destination ONLY.
  15.     defdir = C:\sublim
  16. ;    libdir = W:RlzRun10
  17.  
  18. [disks]
  19.     1 =., "Subliminal Persuasion Disk"
  20. ;    2 =., "YourApp Disk 2"
  21.  
  22. [app.tree]
  23. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  24. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  25.     #app0.main,            0:
  26. ;    #app0.lib,            L:
  27.  
  28. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  29. ; case it selects a prompt from the [disks] section above.
  30. [app0.main]
  31.     1:sublim.exe,    "Application"
  32.     1:sublim.hlp,    "Help File"
  33.     1:def.set,    "Defaults File"
  34.     1:confdent.sub,    "Subliminal File"
  35.     1:creative.sub,    "Subliminal File"
  36.     1:nonsmoke.sub, "Subliminal File"
  37.     1:prosper.sub,    "Subliminal File"
  38.     1:wtloss.sub,    "Subliminal File"
  39.     1:readme.txt,    "Text file"
  40.     1:regform.txt,    "Registration"
  41. [app0.lib]
  42. ;    1:RlzRun10.RTS,    "Runtime Libraries"
  43.  
  44. [progman.groups]
  45. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  46. "Subliminal Persuasion" ,1
  47.  
  48. [Subliminal Persuasion]
  49. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  50.     0, "Subliminal Persuasion",        0:sublim.EXE
  51.     0, "Registration Form",            0:regform.txt
  52.     0, "Readme",                0:readme.txt
  53.  
  54. ;[inifiles]
  55. ;0, inifilename, sectionheader
  56. ;    followed by any number of:
  57. ;1, variable, string
  58. ;    0, Junk1.INI, "Junk section"
  59. ;    1, Maximized, 1
  60.  
  61.