home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / hyper1.zip / Install.inf < prev    next >
INI File  |  1998-11-29  |  2KB  |  62 lines

  1. [dialog]
  2.     caption = "HTML - Tabellengenerator Installation"
  3.     line1 = "Installing HTML - Tabellengenerator"
  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, 1340, "Total K Needed for everything."
  12.     1, 20, "Hilfedatei"
  13.  
  14. [data]
  15. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L:
  16.     defdir = C:\hypertab
  17.     libdir = W:RlzRun20
  18.  dlldir = W:DLL
  19.  
  20. [disks]
  21.     1 =., "HTML - Tabellengenerator Disk 1"
  22.     2 =., "HTML - Tabellengenerator Disk 2"
  23.  
  24. [app.tree]
  25. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  26. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  27.     #app0.main,            0:
  28.     #app0.lib,            L:
  29.     #app0.dll,            D:
  30.  
  31.     #app1.but1,            0:
  32. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  33. ; case it selects a prompt from the [disks] section above.
  34. [app0.main]
  35.     1:hypertab.exe,   "Application"
  36.     1:CA_PRINT.DLL
  37.  
  38. [app0.lib]
  39.     1:RlzRun20.RTS,   "Runtime Libraries"
  40.  
  41. [app0.dll]
  42.     2:CABLE.DLL,   "Runtime DLLs"
  43.  
  44. [app1.but1]
  45.     1:hyper.hlp
  46.  
  47. [progman.groups]
  48. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  49. "Tino Knips Freeware" ,1
  50.  
  51. [Tino Knips Freeware]
  52. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  53.     0, "Tino Knips Freeware",        0:hypertab.exe
  54.  
  55. ;[inifiles]
  56. ;0, inifilename, sectionheader
  57. ;    followed by any number of:
  58. ;1, variable, string
  59. ;    0, Junk1.INI, "Junk section"
  60. ;    1, Maximized, 1
  61.  
  62.