home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / w / w020 / 1.ddi / INSTALL.INF < prev   
Encoding:
INI File  |  1991-11-19  |  1.1 KB  |  48 lines

  1. ; Install.inf
  2. ;
  3. ;    Copies Setup.EXE and Setup.INF to the base directory
  4. ;
  5.  
  6. ;---------------------------
  7. ; Miscellaneous Information
  8. ;---------------------------
  9.  
  10. [caption]
  11.     install        = "TypeReader Installation"    ; Install dialog title bar
  12.  
  13. [data]
  14.     AppEXEName    = "TR.EXE"            ; Name of the application executable
  15.     defdir        = "C:\TR"            ; Default dir to install to
  16.     BootPath    = "C:\"                ; Default boot path (to locate AUTOEXEC.BAT)
  17.     INIFile        = "TR.INI"            ; Application INI file
  18.     INISection    = "TypeReader"       ; App Name (INI Section Header)
  19.     MinSpace    = 7200000            ; Minimum free space for an install
  20.  
  21. ;---------------------------------
  22. ; Distribution Disk Numbers/Names
  23. ;---------------------------------
  24.  
  25. [disks]
  26.     1 = .\INSTALL, "Install"
  27.  
  28. ;-----------------
  29. ; Source sections
  30. ;-----------------
  31.  
  32. [app.copy.appstuff]
  33.     #app.windir,    w:
  34.     #app.user,        0:
  35.  
  36. ;---------------------------------
  37. ; Files belonging to each section
  38. ;---------------------------------
  39.  
  40. [app.user]
  41.     1:setup.ex$,    "TypeReader Setup Application"
  42.     1:setup.inf
  43.  
  44. [app.windir]
  45.     1:TR.ini,         "TypeReader Initialization File"
  46.     1:setscan.ini,    "Scanner Initialization File"
  47.  
  48.