home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-07-13 | 7.1 KB | 242 lines |
- ;SETUP.INF
- ;
- ; This file contains information for the installation process.
- ; See the Network Administrator's guide for information on how
- ; this file can be modified to control the behavior of install.
-
- ;ANSWERS
- ; This section contains the default answers to some of the
- ; questions asked by the install program.
- ;
- [answers]
- ;
- ; destdir is the default directory to install the product to. It
- ; can be any valid drive and directory path.
- ;
- destdir="C:\PCTCP"
-
- ;
- ; docsdir is the default pctcp subdirectory to install the product to. It
- ; is intended to be appeded to the destdir value.
- ;
- docsdir="DOCS"
-
- ;
- ; book-source is set to source for books. "floppy" or ".\"
- ;
- book-source="floppy"
-
- ;SUBSETS
- ; This section defines Product Subsets. The subsets are displayed
- ; to the user in a dialog with a check box next to each one. The
- ; user controls which files are installed by checking or unchecking
- ; the subset. Checked subsets are installed.
- ;
- ; format:
- ; <ident>=<description>,<init>,<selector>,<install-sect>
- ;
- ; <ident> is an arbitrary identifier. It is used as a selector by
- ; install, groups and items sections below.
- ; <description> is the string that will appear next to the check box in
- ; the subset selection dialog.
- ; <init> is the initial state of the subset it can be "checked" or
- ; "notchecked".
- ; <selector> controls if this subset is displayed in the subsets dialog.
- ; It can be:
- ; yes: show this subset.
- ; @<var>: show this subset if the value of <var> is true,
- ; where <var> is a boolean parameter.
- ; <install-sect> is the name of an install section.
- ;
- [subsets]
- book1="Getting Started",checked,yes,book1
- book2="Using PC/TCP in Windows",checked,yes,book2
- book3="Using PC/TCP in DOS",checked,yes,book3
- book4="Command Reference",checked,yes,book4
- book5="Managing PC/TCP",checked,yes,book5
- book6="Release Notes",checked,yes,book6
- welcome_page="FTP Titles",checked,yes,welcome_page
- hidden_books="Reference Desk Help",checked,yes,hidden_books
- hidden_files="Hidden Files",checked,yes,hidden_files
- icon="Reference Desk Icon",checked,yes,icon
- viewer="PC/TCP Reference Desk Viewing System",checked,yes,viewer
-
- ;INSTALL, SHARED
- ; These sections control which files get installed.
- ;
- ; format:
- ; files = <sect>,[<key>],[<selector>]
- ;
- ; <sect> is the section in files.inf which contains the files to install.
- ; <key> is the optional key in the files.inf section.
- ; <selector> controls if this set of files is actualy installed. It can
- ; be a boolean parameter or subset identifier. If blank the files
- ; are always installed.
- ;
-
- ; This section is always processed except on a reinstall
- [install]
- files=viewer,shared,
-
- [shared]
- files=viewer,shared,
-
- [book1]
- files = book1,,@book1
-
- [book2]
- files = book2,,@book2
-
- [book3]
- files = book3,,@book3
-
- [book4]
- files = book4,,@book4
-
- [book5]
- files = book5,,@book5
-
- [book6]
- files = book6,,@book6
-
- [ viewer]
- files = viewer,,
-
- [welcome_page]
- files = welcome_page,,
-
- [hidden_books]
- files = hidden_books,,
-
- [hidden_files]
- files = hidden_files,,
-
- [icon]
- files = icon,,
-
- [Reference Desk]
- BeyondBooksEntry=MS-&Windows Tutorial,wintutor.exe
- BeyondBooksEntry=!separator!
- BeyondBooksEntry=FTP &Bulletin Board (Modem), terminal.exe %sftpbbs.trm, 2
- BeyondBooksEntry=&Anonymous FTP @ ftp.com, wftp.exe -u anonymous guest ftp.ftp.com
-
- ;GROUPS
- ; This section defines the program manager groups and items
- ;
- ; Groups format:
- ; <ident>=<description>,<filename>,[<selector>]
- ;
- ; <ident> is an arbitrary identifier which is used to find the
- ; section containing group icons to create.
- ; <description> is the string that will appear in the group title
- ; <filename> is the file name to used for the group file. Do not
- ; specify a path or extension. The group file will be created
- ; in the destination directory.
- ; <selector> controls if the group is actually created. It can be:
- ; yes: always create the group
- ; no: do not create the group. It will be removed if it exists.
- ; @<var>: create the group if the value of <var> is true (yes
- ; or selected) where <var> is any subset identifier or boolean
- ; parameter.
- ;
- [groups]
- winapps="PC/TCP WinApps 3.0",winapps,yes
-
- ;
- ; Items format:
- ; <ident>=<description>,[<selector>],[<program>],[<options>]
- ;
- ; <ident> is an arbitrary identifier
- ; <description> is the string that will appear under the item icon.
- ; don't use () in the description.
- ; <selector> controls if the item is actually created. It can be:
- ; yes: create the item always
- ; no: do not create the item. It will be removed if it exists.
- ; @<var>: create the icon if the value of <var> is true (yes
- ; or selected) where <var> is any subset identifier.
- ; <program> is the command to execute. This parameter can use
- ; @destdir to represent the destination directory.
- ; <options> specifies the icon file and icon index if any.
- ;
- [winapps]
- mmv="Reference Desk",yes,mviewer2.exe,
-
- ; OPTIONS
- ; This section contains parameters that control the way install
- ; works.
- ;
- [options]
- ;
- ; batch-install can take on the folling values:
- ; yes: Install without asking questions. All the default
- ; values from the above answers and subset sections
- ; will be used.
- ; Information that has no default will have to be
- ; provided by other means before the software will
- ; work.
- ; no: Ask the user for all needed info. This is the default.
- ;
- batch-install=no
-
- ;
- ; batch-end is only used if batch-install is yes. It controls
- ; what happens when install completes successfully and can take
- ; on the following values:
- ; exit: Just exit the program.
- ; exit-win: Exit windows.
- ; reboot: Reboot the machine.
- ;
- ;batch-end=exit
-
- ;
- ; create-log-file can take on the following values:
- ; yes: install creates a log file in the destination directory.
- ; yes is the default.
- ; no: no log file is created.
- ;
- create-log-file=no
-
- ;
- ; show-welcome-dialog can take on the following values:
- ; yes: Show the welcome dialog. This is the default.
- ; no: Skip the welcome dialog.
- show-welcome-dialog=yes
-
- ;
- ; show-licence-dialog can take on the following values:
- ; yes: Show the licence dialog. This is the default.
- ; no: Skip the licence dialog. If this dialog is skiped
- ; the serial number and authentication key must be
- ; supplied some other way. This dialog is skiped
- ; on an upgrade if the old configuration is used.
- ;
- show-licence-dialog=yes
-
- ;
- ; show-directory-dialog can take on the following values:
- ; yes: Show the destination directory dialog. This is the default.
- ; no: Skip the destination directory dialog. The value from the
- ; destdir parameter in the answers section is used.
- ;
- show-directory-dialog=yes
-
- ;
- ; show-subsets-dialog can take on the following values:
- ; yes: Show the subsets dialog. This is the default.
- ; no: Skip the subsets dialog. The initally checked subsets
- ; will be installed.
- ;
- show-subsets-dialog=yes
-
- ;TESTING
- ; This section is only usefull for testing and debugging the install
- ; program.
- ;
- [testing]
- ; don't actualy copy any files
- ;DebugDontCopy=yes
- ; don't check the file size during copy
- ;SetSizeCheckMode=0
-
-
-