home *** CD-ROM | disk | FTP | other *** search
- **--------------------------------------------------------------------------
- **
- ** Traveling Workplace
- **
- ** Sample Installation Response file
- **
- ** Copyright (C) SYNTEGRATION 1995, 1996 All rights reserved.
- **
- **
- ** Specifies parameters for use with TWINST.EXE in unattended mode.
- ** Blank lines or lines that start with an asterisk "*" are ignored.
- ** In general, all lines that do not contain a keyword are ignored.
- ** Whenever a YES or NO response is required you may substitue "1" for
- ** YES and "0" for NO
- **
- **--------------------------------------------------------------------------
-
- **--------------------------------------------------------------------------
- **
- ** InstallFiles
- **
- ** Specifies that files are to be copied from the source directory
- ** to the target directory. Both the source and target directories
- ** must be given on the TWINST.EXE command line
- **
- ** Valid parameters:
- **
- ** Yes = Copy files (DEFAULT)
- ** 1 = Copy files (DEFAULT)
- ** NO = Do not copy files
- ** 0 = Do not copy files
- **
- **--------------------------------------------------------------------------
-
- InstallFiles = yes
-
- **--------------------------------------------------------------------------
- **
- ** BuildObjects
- **
- ** Specifies that objects corresponding to the installed components
- ** should be created. The Objects will be created in
- ** "Traveling Workplace" folder.
- **
- ** Valid parameters:
- **
- ** YES = Create objects(DEFAULT)
- ** NO = Do not create objects
- **
- **--------------------------------------------------------------------------
-
- BuildObjects = yes
-
- **--------------------------------------------------------------------------
- **
- ** TravelingWorkplace
- **
- ** Specifies whether the Traveling Workplace should be installed
- **
- ** Valid parameters:
- **
- ** YES = Install the Traveling Workplace (DEFAULT)
- ** NO = Do not install
- **
- **--------------------------------------------------------------------------
-
- TravelingWorkplace = yes
-
-
- *--------------------------------------------------------------------------
- **
- ** ObjectManager
- **
- ** Specifies that the object manager class should be registered
- **
- ** Valid parameters:
- **
- ** YES = Register the Object Manager (DEFAULT)
- ** NO = Do not register the Object Manager
- **
- **--------------------------------------------------------------------------
-
- ObjectManager = yes
-
- **--------------------------------------------------------------------------
- **
- ** ObjectEditor
- **
- ** Specifies whether the Object Editor utility should be installed
- **
- ** Valid parameters:
- **
- ** YES = Install the Object Editor (DEFAULT)
- ** NO = Do not install
- **
- **--------------------------------------------------------------------------
-
- ObjectEditor = yes
-
- **--------------------------------------------------------------------------
- **
- ** OnlineReference
- **
- ** Specifies whether on-line references should be installed
- **
- ** Valid parameters:
- **
- ** YES = Install the on-line references (DEFAULT)
- ** NO = Do not install the on-line refernces
- **
- **--------------------------------------------------------------------------
-
- OnlineReference = yes
-
-