home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 286.img / DAYBK1.ZIP / TBKSETUP.INF < prev    next >
INI File  |  1990-04-03  |  3KB  |  93 lines

  1. ; This file is in the same directory as TBKSETUP.EXE when run.
  2. ; It may be either on a diskette or on a hard disk or network.
  3. ;
  4. ; It is    divided    into sections, identified by an    alphanumeric name
  5. ; enclosed in square brackets.
  6. ;
  7. ; Comments begin with semicolon, and may follow    other text.
  8. ; Long lines may be split up between fields of a statement.
  9. ;
  10. ; Spaces are ignored, except when between double quotes
  11. ; blank lines are also ignored
  12.  
  13. ; In the sections which list the location of various files, each
  14. ; filename is preceded by integers describing the location
  15. ; of the files. The Setup program will    prompt the user    to insert
  16. ; these diskettes when the files are needed. Files on a hard disk
  17. ; or network may be used instead, by placing an entry in the [disks]
  18. ; section of this file.
  19. ;
  20. ;   Random Setup information
  21. ;
  22. [setup]
  23.     help   = setup.hlp    ; Name of the SETUP WinHelp file.
  24.     readme = readme.hlp   ; Name of the README WinHelp file.
  25.  
  26. ;
  27. ;   dynamic strings for dialogs in Setup
  28. ;
  29. [dialog]
  30.     caption  = "Runtime ToolBook 1.0 Setup"
  31.     exit     = "Exit ToolBook Setup"
  32.     title    = "Installing Runtime ToolBook 1.0"
  33.  
  34. [data]
  35.     ;  Default directory for installing ToolBook, MUST include a drive letter
  36.     defdir = C:\TOOLBOOK
  37.  
  38.     ;  short name of the program
  39.     shortname = ToolBook
  40.  
  41. ; Here are the names of the disks Setup can prompt for.
  42. ; There must be a disk name for each disk number used
  43. ;
  44. ; The disk number '0' is reserved to represent the setup directory
  45. ; the directory may be relative to the directory SETUP was run from.
  46. ;
  47. ; the format is:
  48. ;
  49. ; n = path,disk name,disk tag file
  50. ;
  51. ; n           disk "number"  1-9,A-Z (single char only!)
  52. ; path        path of disk n
  53. ; name        name of disk n
  54. ;
  55. ; IE:
  56. ;   1 = a:\,"This is DISK #1",disk.1
  57.  
  58. [disks]
  59.     1 =.,"ToolBook Disk 1 - Setup",disk1
  60.     2 =.,"ToolBook Disk 2",disk2
  61.  
  62. ;
  63. ;   The needed.space section is a list of hard disk requirements for each
  64. ;   section.  If this amount of room is not available, installation will fail.
  65.  
  66. [needed.space]
  67.     ; Minimum hard disk space required for ToolBook installation.
  68.     toolbook.exes =  800000
  69.     toolbook.pim  =  900000
  70.  
  71. [toolbook.exes]
  72.     1:TBKEDIT.DLL,    0:, "ToolBook Program Files"
  73.     1:TBKBASE.DLL,    0:
  74.     1:TBKCOMP.DLL,    0:
  75.     1:TBKFILE.DLL,    0:
  76.     1:TBKUTIL.DLL,    0:
  77.     1:TBOOK.EXE,    0:
  78.  
  79. [toolbook.pim]
  80.     2:TBKWIN.DLL,    0:, "DayBook and Introducing ToolBook"
  81.     2:DAYBOOK.DLL,    0:
  82.     2:DBHELP.TBK,    0:
  83.     2:DAYBOOK.TBK,    0:, , SAVE
  84.     2:TOURBOOK.TBK,    0:
  85.  
  86. [progman.groups]
  87. ToolBook,TOOLBOOK.GRP
  88.  
  89. [ToolBook]
  90. "DayBook", daybook.tbk, tbook.exe
  91. "Introducing ToolBook", tourbook.tbk, tbook.exe
  92.  
  93.