home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / clo2001.zip / CLO20011.DSK / CICSCLI.VAR < prev    next >
Text File  |  1996-09-17  |  5KB  |  151 lines

  1. *********************************************************************
  2. *                                                                   *
  3. *                    IBM CICS Client for OS/2                       *
  4. *          63H9790 (C) Copyright IBM Corporation 1994,1996          *
  5. *     All Rights Reserved.  Licensed Materials - Property of IBM    *
  6. *                                                                   *
  7. *********************************************************************
  8. *
  9. * Installation and Configuration variables for CICS Client for OS/2
  10. *
  11.  
  12. Section "~Installation" {
  13.   description "Basic installation information"
  14.  
  15.   FILE1 {
  16.     dialog {
  17.       Description "Target path"
  18.       Modify any (1,255)
  19.       Explanation "Specifies the full path and directory name where CICS Client for OS/2 will be installed.
  20. It is a local variable that must be overwritten at installation time.
  21. The default token you need to overwrite is File."
  22.     }
  23.     DEFAULT  C:\CICSCLI
  24.   }
  25.  
  26.   CFGUPDATE {
  27.     Dialog {
  28.       Description "Update CONFIG.SYS"
  29.       Singlesel
  30.       Explanation "Specifies whether the CONFIG.SYS file will be updated."
  31.       Values (Auto, Manual)
  32.     }
  33.     DEFAULT Auto
  34.   }
  35.  
  36.   OVERWRITE {
  37.     Dialog {
  38.       Description "Overwrite files"
  39.       Singlesel
  40.       Explanation "Specifies  whether to automatically overwrite files during installation."
  41.       Values (Yes, No)
  42.     }
  43.     DEFAULT Yes
  44.   }
  45.  
  46.   DELETEBACKUP {
  47.     Dialog {
  48.       Description "Delete backup version"
  49.       Singlesel
  50.       Explanation "Specifies whether to delete the backup version of the CICS Client for OS/2."
  51.       Values ( Yes, No)
  52.     }
  53.     DEFAULT No
  54.   }
  55.  
  56.   SAVEBACKUP {
  57.     Dialog {
  58.       Description "Save backup version"
  59.       Singlesel
  60.       Explanation "Specifies  whether to save a backup when updating the product."
  61.       Values (Yes, No)
  62.     }
  63.     DEFAULT Yes
  64.   }
  65.  
  66.   CICSCLIINI {
  67.     dialog {
  68.       description "CICSCLI initialisation file"
  69.       Modify any (1,255)
  70.       explanation "This specifies the name of a customised CICSCLI initialisation
  71. file. This value is only applicable during installation. If no customised
  72. initialisation file is to be provided, then the value of the
  73. parameter must be set to an asterisk (*)."
  74.     }
  75.     default "*"
  76.   }
  77.  
  78.   CICSCOLINI {
  79.     dialog {
  80.       description "CICSCOL color mapping file"
  81.       Modify any (1,255)
  82.       explanation "This specifies the name of a customised CICSCOL color mapping
  83. file used to tailor the colors for the CICSTERM terminal emulator.
  84. This value is only applicable during installation. If no customised
  85. mapping file is to be provided, then the value of the parameter
  86. must be set to an asterisk (*)."
  87.     }
  88.     default "*"
  89.   }
  90.  
  91.   CICSKEYINI {
  92.     dialog {
  93.       description "CICSKEY keyboard mapping file"
  94.       Modify any (1,255)
  95.       explanation "This specifies the name of a customised CICSKEY keyboard mapping
  96. file used to tailor the keys for the CICSTERM terminal emulator.
  97. This value is only applicable during installation. If no customised
  98. mapping file is to be provided, then the value of the parameter
  99. must be set to an asterisk (*)."
  100.     }
  101.     default "*"
  102.   }
  103.  
  104.   MESSAGELANG {
  105.     dialog {
  106.       Description "Message language"
  107.       singlesel
  108.       Explanation "Message language specifies the language in which
  109. messages sent to the user by the IBM CICS Client will be displayed."
  110.       values ( "English"                        = US,
  111.                "Arabic"                         = AA,
  112.                "SimplifiedChinese"              = CN,
  113.                "TraditionalChinese"             = TW,
  114.                "Czechoslovakian"                = CZ,
  115.                "Danish"                         = DK,
  116.                "Finnish"                        = FI,
  117.                "French"                         = FR,
  118.                "CanadianFrench"                 = FR,
  119.                "German"                         = DE,
  120.                "Hungarian"                      = HU,
  121.                "Italian"                        = IT,
  122.                "Japanese"                       = JP,
  123.                "Korean"                         = KR,
  124.                "Norwegian"                      = NO,
  125.                "Polish"                         = PL,
  126.                "Portuguese"                     = PT,
  127.                "BrazilianPortuguese"            = BR,
  128.                "Russian"                        = RU,
  129.                "Spanish"                        = ES,
  130.                "Swedish"                        = SE,
  131.                "Turkish"                        = TR )
  132.     }
  133.     Default ( US )
  134.   }
  135.  
  136.   COMP {
  137.     dialog {
  138.       Description "Components to install"
  139.       multisel
  140.       Explanation "Select the CICS Client for OS/2 Components to install."
  141.       values ( "CICS Client runtime system"      = 1,
  142.                "CICS Client programming samples" = 2,
  143.                "CICS Gateway for Lotus Notes"    = 3,
  144.                "CICS Internet Gateway"           = 4,
  145.                "CICS Client documentation"       = 5 )
  146.     }
  147.     Default ( 1, 2, 3, 4, 5 )
  148.   }
  149.  
  150. } ** End Installation section **
  151.