home *** CD-ROM | disk | FTP | other *** search
INI File | 1992-04-27 | 1.3 KB | 47 lines |
- ; EDI Install for Windows V1.3 - Installation Script
- ; Eschalon Development Inc.
-
-
- [Application]
- ; Application information
- Name=EDI Install
- Title=EDI Install for Windows - Installation
- Directory=C:\WINDOWS\INSTALL.WIN
- PM Group=EDI Install
- Free Space=86
-
-
- [Disks]
- ;List of disks needed. Names are used for user request. They
- ;do not need to be the disk's label.
- 1=EDI Install Disk
-
-
- [Directories]
- ;lists of directories that must be created from the destination directory
- ;files to be copied are in the same directory structure on the
- ;floppy (by default)
-
-
- [Files]
- ;description, name, (dir #), (diskette #), (Compressed)
- ReadMe text file=README.TXT 0 1 N
-
- EDI Install=INSTALL.EXE 0 1 N
- Install Info=INSTALL.INF 0 1 N
- Install Manual=INSTALL.WRI 0 1 N
-
- Order Form=ORDRFORM.TXT 0 1 N
-
-
- [PM Group]
- ;description, Command line (with relative path), Icon name (with relative path), Icon index
- ;Use "%s" (without the quotes) to specify the files path. Do't forget the "\"!
- ;Enclose command line in quotes (") if it contains any parameters.
- ;(EX: "WRITE.EXE %s\TEXT.WRI" WRITE.EXE 0)
-
- EDI Install=%s\INSTALL.EXE %s\INSTALL.EXE 0
- Manual=%s\INSTALL.WRI WRITE.EXE 0
- Order Form=%s\ORDRFORM.TXT NOTEPAD.EXE 0
-
-