home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-11-28 | 4.5 KB | 132 lines |
- ; -------------------------------------------------------------
- ;
- ; Sample Installation Script -- 103193
- ;
- ; -------------------------------------------------------------
-
-
- ; -------------------------------------------------------------
- ; The [infofile] section describes the name of the information
- ; file that is shown when the program starts up. The appname
- ; label is used to refer to the name of the application being
- ; installed.
- ; -------------------------------------------------------------
-
- [infofile]
- filename = README
- appname = SAMPLE APPL
-
-
- ; -------------------------------------------------------------
- ; The [dialog caption] section is used to define the caption
- ; of the windows that shown in the INSTALL program.
- ; -------------------------------------------------------------
-
- [dialog]
- caption = "Sample Installation"
-
-
- ; -------------------------------------------------------------
- ; The [data defdir] section defines the default directory. This
- ; directory is placed in the Install location editbox when the
- ; program starts. If the user does not change it, then this
- ; will be the base directory of the installation.
- ; -------------------------------------------------------------
-
- [data]
- defdir = C:\SAMPLE
-
-
- ; -------------------------------------------------------------
- ; This section is used to define each floppy disk.
- ; -------------------------------------------------------------
-
- [disks]
- 1 =., "INSTALL"
-
-
- ; -------------------------------------------------------------
- ; This section tells INSTALL how much space is needed on the
- ; target disk to do a successful installation. The user will
- ; get an error message if they try to install to a disk that
- ; has less space.
- ; -------------------------------------------------------------
-
- [needed.space]
- minspace = 40000
-
-
- ; -------------------------------------------------------------
- ; This section describes the install directories. In the
- ; example below, the first two entries define application
- ; specific directories. The #app.main directory will be the
- ; base directory defined by the user (or the default as
- ; described above). The #app.sub directory will cause a
- ; directory called sub to be created off of the base directory.
- ;
- ; The third and fourth entries refer to the two Windows
- ; specific directories: \WINDOWS and \WINDOWS\SYSTEM.
- ; INSTALL will find these directories and copy the specified
- ; files into them.
- ; -------------------------------------------------------------
-
- [app.copy.appstuff]
- #app.main, 0:
- #app.sub, 0:sub
- #app.SETUPSYSDIR, 0:SETUPSYSDIR
- #app.SETUPWINDIR, 0:SETUPWINDIR
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the base directory. The format is
- ; as follows: [Disk Number]:[File Name], "Descriptive text to
- ; display while file is being copied"
- ; -------------------------------------------------------------
-
- [app.main]
- 1:INSTALL.EXE, "INSTALL.EXE"
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the \WINDOWS\SYSTEM directory.
- ; -------------------------------------------------------------
-
- [app.SETUPSYSDIR]
- 1:README, "Readme File"
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the \WINDOWS\SYSTEM directory.
- ; -------------------------------------------------------------
-
- [app.SETUPWINDIR]
- 1:INSTALL.TXT, "Install Doc File"
-
-
- ; -------------------------------------------------------------
- ; This is the file list for the sub directory located off of
- ; the base directory.
- ; -------------------------------------------------------------
- [app.sub]
- 1:APPSETUP.INF, "Application Configuration File"
-
-
- ; -------------------------------------------------------------
- ; This section describes the Program Group to be created and
- ; uses the following format: Group Label, Group Filename
- ; -------------------------------------------------------------
-
- [progman.groups]
- Bob Dolan Shareware, BOBDOLAN.GRP
-
-
- ; -------------------------------------------------------------
- ; This section describes the Program Item Icon to add to the
- ; Program Group defined in the section heading and uses the
- ; following format: Item Label, Item Filename
- ; The Item must be in the base directory.
- ; -------------------------------------------------------------
-
- [Bob Dolan Shareware]
- "Install", INSTALL.EXE
-