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

  1. @DEF
  2. * ***************************************************************
  3. *  Descr    is not specified here; it is the icon title
  4. *
  5. *  Name     is the short name of the product (max. 16 char)
  6. *  BaseProd is the short name of the Package that is the product name without
  7. *           explicit references to the version/release.
  8. *  Release  is the version/release of the product (no dots allowed)
  9. *  Level    is the maintenance Level of the product
  10. *  Platform is the required Operating System: OS2 or DOS
  11. *  Category is the type of application: OpSys, LANTrans, Distr, Application, CSD
  12. *  Manufacturer is the name of the company that produced the package
  13. *  Language is the NLS version of the product
  14. * ***************************************************************
  15.              Name                   CCLOS220
  16.              BaseProd               CICSClientforOS2
  17.              Release                20
  18.              Level                  0
  19.              Platform               OS2
  20.              Category               Application
  21.              Language               US_EN
  22.              Manufacturer           IBM
  23.              FileList               "cicscli.adf cicscli.mrf cicscli.var"
  24.  
  25. @ENDDEF
  26. * ***********************************************************************
  27. *                      Parameter section
  28. * This section lists all the parameters that are used during the process
  29. * of generating response and change files; the values are collected
  30. * when you configure this software
  31. * ***********************************************************************
  32. @VAR
  33. * *********************************************************************
  34. * The following included file contains variables about the set-up of
  35. * the code server
  36. * *********************************************************************
  37. @INCLUDE CODESERV.VAR
  38. * **************************************************************
  39. * The following section contains the command to install and
  40. * uninstall the product
  41. * Use special symbols
  42. *     $S     to specify the path containing the product images
  43. *     $R     to specify the response file
  44. *     $B     to specify the boot drive
  45. *     $L1-5  to specify up to 5 log files
  46. *     $L     to specify the first log file
  47. * Each of them as a correspondant SDM_xxxxxx keyword in the
  48. * SDMCMDS.VAR that translates the command in the Software
  49. * distribution format.
  50. * Note:
  51. * It is reccomended to specify the drive or directory where to install
  52. * the software as a keyword of the response file rather than a parameter
  53. * of the command line.
  54. * **************************************************************
  55. Section Commands
  56. {
  57.       InstallProgram
  58. {
  59.    "INSTALL.EXE"
  60. }
  61.       InstallParms
  62. {
  63.    "/S:$S /R:$R /L1:$L1 /L2:$L2"
  64. }
  65.  
  66. UninstallAllowed { 0 }
  67. UninstallWithRSP { 0 }
  68.       UninstallProgram
  69. {
  70.    "INSTALL.EXE"
  71. }
  72.       UninstallParms
  73. {
  74.    "/S:$S /R:$R /L1:$L1 /L2:$L2 /A:D"
  75. }
  76. }
  77. * **********************************************************************
  78. * ** INCLUDE here the configuration keywords that will be used in the
  79. * ** model response file for the specified product
  80. * **********************************************************************
  81.  
  82. @INCLUDE CICSCLI.VAR
  83. @ENDVAR
  84. * ***********************************************************************
  85. *             Change File Profile skeleton section
  86. *         -------------------------------------------
  87. *  WARNING: do not change the lines between @MCF and @ENDMCF
  88. * ***********************************************************************
  89. @MCF
  90. @INCLUDE CID.MCF
  91. @ENDMCF
  92. * ***********************************************************************
  93. *                Response File skeleton section
  94. *        --------------------------------------------
  95. * Specify the name of the model response file in the include statement;
  96. * the model R/F is a skeleton of a response file with place-holders
  97. * instead of keyword value and conditional statements to include or exclude
  98. * part of the file, depending on the value of some configuration keywords.
  99. * ***********************************************************************
  100. @MRF
  101. @INCLUDE CICSCLI.MRF
  102. @ENDMRF
  103.