home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-11-19 | 1.1 KB | 48 lines |
- ; Install.inf
- ;
- ; Copies Setup.EXE and Setup.INF to the base directory
- ;
-
- ;---------------------------
- ; Miscellaneous Information
- ;---------------------------
-
- [caption]
- install = "TypeReader Installation" ; Install dialog title bar
-
- [data]
- AppEXEName = "TR.EXE" ; Name of the application executable
- defdir = "C:\TR" ; Default dir to install to
- BootPath = "C:\" ; Default boot path (to locate AUTOEXEC.BAT)
- INIFile = "TR.INI" ; Application INI file
- INISection = "TypeReader" ; App Name (INI Section Header)
- MinSpace = 7200000 ; Minimum free space for an install
-
- ;---------------------------------
- ; Distribution Disk Numbers/Names
- ;---------------------------------
-
- [disks]
- 1 = .\INSTALL, "Install"
-
- ;-----------------
- ; Source sections
- ;-----------------
-
- [app.copy.appstuff]
- #app.windir, w:
- #app.user, 0:
-
- ;---------------------------------
- ; Files belonging to each section
- ;---------------------------------
-
- [app.user]
- 1:setup.ex$, "TypeReader Setup Application"
- 1:setup.inf
-
- [app.windir]
- 1:TR.ini, "TypeReader Initialization File"
- 1:setscan.ini, "Scanner Initialization File"
-
-