home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / tt2man.zip / ttcid.doc < prev    next >
Text File  |  1993-12-13  |  17KB  |  388 lines

  1.  
  2.                              TABLE OF CONTENTS                              
  3.  
  4.  
  5.           H. Appendix H - CID Support
  6.             H.1 Creating A CID Installation Directory
  7.             H.2 Specifying CID Parameters At Installation
  8.             H.3 Creating A Response File
  9.               H.3.1 Overview
  10.               H.3.2 Keywords For Basic Installation And Upgrades
  11.               H.3.3 Keywords For ADD-ON Diskettes
  12.               H.3.4 Keywords For CSD Diskettes
  13.             H.4 Sample File Server Directory Structure
  14.             H.5 Sample Response File
  15.  
  16.  
  17.  
  18.                         H. Appendix H - CID Support                         
  19.  
  20.  
  21. The TalkThru  installation   program      supports  the  IBM  Configuration,
  22. Installation, and Distribution facility (CID).  This support includes:
  23.  
  24. 1. The installation of TalkThru from a File Server on a Local Area Network.
  25.  
  26. 2. Support for a Response File which will allow the installation process  to
  27.    occur without user interference.
  28.  
  29.  
  30.  
  31.  
  32.                  H.1 Creating A CID Installation Directory                  
  33.  
  34.  
  35. In order  to allow TalkThru installation from a File Server, you first  must
  36. create  an image of the TalkThru installation diskettes on the File  Server.
  37. This is accomplished by performing the following steps:
  38.  
  39. 1. Invoke  the  TalkThru  installation  program  as  you  would  to  install
  40.    TalkThru to your hard drive.  
  41.  
  42. 2. Request "Create CID Disk Image" from this dialog.
  43.  
  44.  ADD-ON  diskettes are provided by SCA and contain support for features  not
  45.  in the  base  product.   CSD diskettes are diskettes provided  by  SCA  and
  46.  contain  fixes  and minor enhancements implemented in the  product  between
  47.  major  releases.  If  you are creating image files for  an  ADD-ON  or  CSD
  48.  diskette, place that diskette in the diskette drive and press OK.  
  49.  
  50.  If you  are not creating an image file for an ADD-ON or CSD diskette,  just
  51.  press OK.
  52.  
  53. 3. From the next dialog, enter the name of the directory on your File Server 
  54.    to contain the image of the installation files,  for example:
  55.  
  56.       X:\NETWORK\PRODUCT\IMG\TALKTHRU
  57.  
  58.    and press OK..
  59.  
  60. At this  point,  the installation will proceed normally and  will  create  a
  61. mirror  image,  in  the  specified directory,  of  the  files  required  for
  62. TalkThru installation.
  63.  
  64. Once  this is completed, TalkThru may be installed by the IBM CID  facility.
  65. If you  use  the  IBM  CID facility, you will  probably  wish  to  create  a
  66. Response  File.   See the section, Creating A Response File  later  in  this
  67. Appendix  for more information on Response Files.  Once it is  created,  the
  68. section  Specifying CID Parameters At Installation will provide  information
  69. on how the name of the Response File can be specified.
  70.  
  71. If you  wish to install TalkThru from the File Server without utilizing  the
  72. IBM CID facility, you may do so from any PC with access to this File  Server
  73. by:
  74.  
  75.   - initiating an OS/2 Window
  76.  
  77.   - making the directory specified in step 3 above the current directory
  78.  
  79.   - typing install and pressing Enter
  80.  
  81. The installation  process  will  proceed  exactly   as  it  would  from  the
  82. installation diskettes.
  83.  
  84.  
  85.  
  86.                H.2 Specifying CID Parameters At Installation                
  87.  
  88. The TalkThru installation process supports the specification of several  CID
  89. compliant  parameters  on  the command line to  pre-answer  questions  posed
  90. during  the  installation  process.    When  the  TalkThru  installation  is
  91. requested,  any  of  the  parameters specified in the  table  below  may  be
  92. provided on the command line in this format:
  93.  
  94.   ┌──────────────────────────────────────────────────────────────────────┐
  95.   │ INSTALL parm1 parm2 ... parmn                                        │
  96.   └──────────────────────────────────────────────────────────────────────┘
  97.  
  98. parm  Specify           Remarks
  99. ────  ────────────────  ────────────────────────────────────────────────────
  100. /r:   Response File     This should be the full path.  If it is  specified,,
  101.                         the user is NEVER prompted  for  information  during
  102.                         the install process.  Any information not  contained
  103.                         in this  file  or  provided  in  one  of  the  other
  104.                         parameters  is  defaulted.<R><R>The  contents  and
  105.                         format of the Response File is provided in the  next
  106.                         section,, Creating A Response File.
  107. /s:   Source Directory  This  is  the  directory  you  specified  when  you
  108.                         created  the  image  of  the  TalkThru  installation
  109.                         files.  For more  information  on  this  directory,,
  110.                         refer  to  the  previous  section  Creating  A  CID
  111.                         Installation Directory.
  112. /t:   Target Directory  This is an optional parameter  specifying  a  target
  113.                         directory  to  contain  the  TalkThru  directories.
  114.                         This may be defaulted to  C:\TALKTHRU  or  specified
  115.                         in the Response File.
  116. /tu:  CONFIG.SYS        This  is  an  optional  parameter  specifying  the
  117.                         location of the CONFIG.SYS  File.      This  may  be
  118.                         defaulted  to  C:\CONFIG.SYS  or  specified  in  the
  119.                         Response File.
  120. /l1:  ERROR LOG         This is an optional parameter  specifying  the  full
  121.                         path of an ERROR LOG which will  contain  any  error
  122.                         messages  produced  by  the  TalkThru  installation
  123.                         process.
  124. /l2:  HISTORY LOG       This is an optional parameter  specifying  the  full
  125.                         path of a HISTORY  LOG  which  will  contain  status
  126.                         messages  produced  by  the  TalkThru  installation
  127.                         process.
  128.  
  129.  
  130.  
  131.  
  132.                         H.3 Creating A Response File                        
  133.  
  134.  
  135.  
  136. ┌────────────────┐
  137. │ H.3.1 Overview │
  138. └────────────────┘
  139.  
  140.   If you do not wish to have the user specify any answers to  the  questions
  141.   posed during  TalkThru  installation,  you  may  specify  the  name  of  a
  142.   Response  File  on  the  command  line  when  TalkThru  installation  is
  143.   requested.  For more information on how this is specified,  refer  to  the
  144.   previous section, Specifying CID Parameters At Installation.
  145.  
  146.   The TalkThru Response File is composed  of  KEYWORDS  and  VALUES  in  the
  147.   format:
  148.  
  149.       KEYWORD=VALUE
  150.  
  151.   If a keyword is specified  without  a  value,  a  DEFAULT  value  will  be
  152.   supplied. The keywords are divided into three topics...
  153.  
  154.     o Basic TalkThru Installation Or Release Upgrade
  155.     o ADD-ON TalkThru Installation
  156.     o CSD TalkThru Installation
  157.  
  158.   The Response File may contain one or all topics at the same time. If  more
  159.   than one topic is used, the order of installation will be..
  160.  
  161.     - Basic Or Upgrade
  162.     - ADD-ON
  163.     - CSD
  164.  
  165.   There is a special Keyword that allows the user to  run  the  installation
  166.   program and VALIDATE the Response File. NO installation will  take  place.
  167.   To use this feature you must specify
  168.  
  169.         VALIDATE_RESPONSE_FILE=YES
  170.  
  171.   in the Response File and use the parameters /l1: for the  error  file  and
  172.   /l2: for the history file.  For example:
  173.  
  174.         INSTALL /R:E:\TEST.RSP /L1:E:\ERROR.LOG /L2:E:\HISTORY.LOG
  175.  
  176.   If these two parameters are not used, there cannot be any  record  of  the
  177.   validation.
  178.  
  179.   Below is a table containing the possible KEYWORDS and VALUES that  may  be
  180.   specified in the Response File.
  181.  
  182. ┌────────────────────────────────────────────────────┐
  183. │ H.3.2 Keywords For Basic Installation And Upgrades │
  184. └────────────────────────────────────────────────────┘
  185.  
  186.   Keyword                      Value Type               Default
  187.   ──────────────────────────────────────────────────────────────────────────
  188.   TALKTHRU_INSTALL             YES/NO                   YES
  189.   TALKTHRU_MAIN_DIRECTORY      Directory                C:\TALKTHRU
  190.   TALKTHRU_CONFIG_FILENAME     Filename                 TALKTHRU.DEF
  191.   PROGRAM_DIRECTORY            (Sub)Directory           PROGRAMS
  192.   SESSION_DIRECTORY            (Sub)Directory           SESSIONS
  193.   SCRIPT_DIRECTORY             (Sub)Directory           SCRIPTS
  194.   ICON_DIRECTORY               (Sub)Directory           ICONS
  195.   DATA_DIRECTORY               (Sub)Directory           DATA
  196.   MIN_MAIN_DIR_MEMORY          number of bytes          1024
  197.   MIN_PROGRAM_DIR_MEMORY       number of bytes          3350000
  198.   MIN_SESSION_DIR_MEMORY       number of bytes          200000
  199.   MIN_SCRIPT_DIR_MEMORY        number of bytes          300000
  200.   MIN_DATA_DIR_MEMORY          number of bytes          0
  201.   MIN_ICON_DIR_MEMORY          number of bytes          150000
  202.   EHLLAPI                      YES Or NO                YES
  203.   EDITOR_NAME                  User's or                E.EXE
  204.   LOCAL_PRINTER                LPT1...Other             LPT1
  205.   DEFAULT_DEVICE               COM1...COM4              COM1
  206.   MODEM_NAME                   Modem from MODEMS.DAT    DEFAULT
  207.   RUN_INSTALLATION             HIDE/MIN/NORM            NORM
  208.   TALKTHRU_RUNNING             STOP/CONT                STOP
  209.   PROCESS_LOCKED_FILES         NO                       NO
  210.   OS2CONFIG_DIRECTORY          Directory                C:\
  211.       NOTE: If present, this signifies to update CONFIG.SYS.
  212.   TALKTHRU_LANGUAGE            US                       Etc..
  213.   ADD_TALKTHRU_DESKTOP         YES/NO                   YES
  214.   DESKTOP_TITLE                String Name              TalkThru
  215.   INSUFFICIENT_MEMORY          STOP/CONT                STOP
  216.   COMM_MANAGER_DIRECTORY       Directory                C:\CMLIB
  217.        NOTE: If present, this signifies that the Communications Manager is
  218.              used.
  219.   DISK_PROMPT                  YES/NO                   NO
  220.         NOTE: A Response File is to be used, but TalkThru is not in a CID
  221.               image format.  This keyword will force the issuing of the disk
  222.               swap messages as needed.  
  223.  
  224. ┌─────────────────────────────────────┐
  225. │ H.3.3 Keywords For ADD-ON Diskettes │
  226. └─────────────────────────────────────┘
  227.  
  228.   SCA occasionally  provides  ADD-ON  diskettes  which  offer  features  not
  229.   available in the base TalkThru products.  The  Installation  program  will
  230.   allow UP TO five ADD-ON diskettes during the same installation.  In  order
  231.   to perform an  ADD-ON  installation,  the  install  program  requires  two
  232.   pieces of information.
  233.  
  234.    o Where to get the ADD-ON Data.
  235.  
  236.    o The location of the TalkThru definition  file.    From  the  definition
  237.      file, the other directories/subdirectories are obtained.
  238.  
  239.   Keyword                     Value Type                             Default
  240.   ──────────────────────────  ─────────────────────────────────────  ───────
  241.   ADDON_INSTALL               YES/NO                                 NO
  242.   ADDON_IMAGE_SUBDIRECTORY_1  IMAGE 
  243.                               Directory/SubDirectory                 NONE
  244.   ADDON_TALKTHRU_DEF_PATH_1   Directory & Filename of 
  245.                                 TALKTHRU.DEF File                    NONE
  246.   ADDON_IMAGE_SUBDIRECTORY_2  IMAGE 
  247.                               Directory/SubDirectory                 NONE
  248.   ADDON_TALKTHRU_DEF_PATH_2   Directory & Filename of 
  249.                                 TALKTHRU.DEF File                    NONE
  250.   ADDON_IMAGE_SUBDIRECTORY_3  IMAGE 
  251.                               Directory/SubDirectory                 NONE
  252.   ADDON_TALKTHRU_DEF_PATH_3   Directory & Filename of 
  253.                                 TALKTHRU.DEF File                    NONE
  254.   ADDON_IMAGE_SUBDIRECTORY_4  IMAGE 
  255.                               Directory/SubDirectory                 NONE
  256.   ADDON_TALKTHRU_DEF_PATH_4   Directory & Filename of 
  257.                                 TALKTHRU.DEF File                    NONE
  258.   ADDON_IMAGE_SUBDIRECTORY_5  IMAGE
  259.                               Directory/SubDirectory                 NONE
  260.   ADDON_TALKTHRU_DEF_PATH_5   Directory & Filename of       
  261.                                 TALKTHRU.DEF File                    NONE
  262.  
  263. ┌──────────────────────────────────┐
  264. │ H.3.4 Keywords For CSD Diskettes │
  265. └──────────────────────────────────┘
  266.  
  267.   Between major releases of TalkThru, SCA will produce CSD disks  containing
  268.   fixes and minor  enhancements  to  the  prior  release.  The  installation
  269.   program will allow UP TO five CSD diskettes during the same  installation.
  270.   In order to perform a CSD installation the install  program  requires  two
  271.   pieces of information.
  272.  
  273.    o Where to get the CSD Data.
  274.  
  275.    o The location of the TalkThru definition  file.    From  the  definition
  276.      file, the other directories/subdirectories are obtained.
  277.  
  278.   Keyword                   Value Type                               Default
  279.   ────────────────────────  ───────────────────────────────────────  ───────
  280.   CSD_INSTALL               YES/NO                                   NO
  281.   CSD_IMAGE_SUBDIRECTORY_1  IMAGE
  282.                             Directory/SubDirectory                   NONE
  283.   CSD_TALKTHRU_DEF_PATH_1   Directory & Filename of 
  284.                                TALKTHRU.DEF FILE                     NONE
  285.   CSD_IMAGE_SUBDIRECTORY_2  IMAGE
  286.                             Directory/SubDirectory                   NONE
  287.   CSD_TALKTHRU_DEF_PATH_2   Directory & Filename of 
  288.                                TALKTHRU.DEF FILE                     NONE
  289.   CSD_IMAGE_SUBDIRECTORY_3  IMAGE
  290.                             Directory/SubDirectory                   NONE
  291.   CSD_TALKTHRU_DEF_PATH_3   Directory & Filename of 
  292.                                TALKTHRU.DEF FILE                     NONE
  293.   CSD_IMAGE_SUBDIRECTORY_4  IMAGE
  294.                             Directory/SubDirectory                   NONE
  295.   CSD_TALKTHRU_DEF_PATH_4   Directory & Filename of 
  296.                                TALKTHRU.DEF FILE                     NONE
  297.   CSD_IMAGE_SUBDIRECTORY_5  IMAGE
  298.                             Directory/SubDirectory                   NONE
  299.   CSD_TALKTHRU_DEF_PATH_5   Directory & Filename of 
  300.                                TALKTHRU.DEF FILE                     NONE
  301.  
  302.  
  303.  
  304.  
  305.                  H.4 Sample File Server Directory Structure                 
  306.  
  307.  
  308. A typical IMAGE structure on a Network might be:
  309.  
  310. For An Entire TalkThru Release:
  311.  
  312.   NETWORK\IMG\PRODUCT\TALKTHRU\VER22\PROGRAMS
  313.                                     \ICONS
  314.                                     \SCRIPTS 
  315.                                     \ICONS
  316.                                     \CID
  317.                                     \MODEMS
  318.                                     \APP_DLLS
  319.                                     \SESSIONS
  320.                                     \CM_DLLS
  321.                                     \SYS_DLLS
  322.                                     \SAMPLES
  323.                                     \LANGUAGE
  324.  
  325.  
  326. For An ADD-ON Disk:
  327.  
  328.   NETWORK\IMG\PRODUCT\TALKTHRU\VER22\ADDON340\PROGRAMS
  329.                                              \APP_DLLS
  330.  
  331. For A CSD Disk:
  332.  
  333.   NETWORK\IMG\PRODUCT\TALKTHRU\VER22\CSD03123\PROGRAMS
  334.                                               \APP_DLLS
  335.  
  336.  
  337.  
  338.  
  339.                           H.5 Sample Response File                          
  340.  
  341.  
  342. Below is a sample of what a Response File might look like:
  343.  
  344. ;==========================================
  345. ; Software Corporation of America
  346. ; 100 Prospect Street
  347. ; Stamford CT. 06901 (USA)
  348. ; 203 359 2773
  349. ;
  350. ;    Sample INSTALLR  response file
  351. ;
  352. ;==========================================
  353. TALKTHRU_INSTALL=YES
  354. ;
  355. TALKTHRU_MAIN_DIRECTORY=C:\TALKTHRU
  356. TALKTHRU_CONFIG_FILENAME=TALKTHRU.DEF
  357. PROGRAM_DIRECTORY=C:\TALKTHRU\PROGRAMS
  358. SESSION_DIRECTORY=C:\TALKTHRU\SESSIONS
  359. SCRIPT_DIRECTORY=C:\TALKTHRU\SCRIPTS
  360. DATA_DIRECTORY<T>=C:\TALKTHRU\DATA
  361. ICON_DIRECTORY<T>=C:\TALKTHRU\ICONS
  362. ;
  363. MIN_MAIN_DIR_MEMORY=1024
  364. MIN_PROGRAM_DIR_MEMORY=3000000
  365. MIN_SESSION_DIR_MEMORY=200000
  366. MIN_SCRIPT_DIR_MEMORY=300000
  367. MIN_DATA_DIR_MEMORY=0
  368. MIN_ICON_DIR_MEMORY=150000
  369. ;
  370. EHLLAPI=YES
  371. EDITOR_NAME=E.EXE
  372. LOCAL_PRINTER=LPT1
  373. DEFAULT_DEVICE=COM1
  374. MODEM_NAME=DEFAULT
  375. ;
  376. RUN_INSTALLATION=NORM
  377. TALKTHRU_RUNNING=STOP
  378. DISK_PROMPT=YES
  379. PROCESS_LOCKED_FILES=NO
  380. OS2CONFIG_DIRECTORY=C:\
  381. TALKTHRU_LANGUAGE=US
  382. ADD_TALKTHRU_DESKTOP=YES
  383. DESKTOP_TITLE=TalkThru
  384. INSUFFICIENT_MEMORY=STOP
  385.  
  386.  
  387.  
  388.