home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810B.BIN / IBM_OS / JDK116 / JAVAINRT.ZIP / java116.adf < prev    next >
Text File  |  1998-04-30  |  4KB  |  110 lines

  1. *****************************************************************
  2. * This is an example Java 1.1.6 ADF file.
  3. * It employs an OS/2 command file JAVADF.CMD to invoke CLIFI
  4. * on the client and install Java 1.1.6.
  5. * Before making any modifications to this file please refer to
  6. * NetFinity TME10 documentation and use the ADF file provided
  7. * there, SVSERVER.ADF, as an example.
  8. ***************************************************************
  9. * ***************************************************************
  10. * The @DEF section describes general attributes of the software.
  11. * You MUST not change the Keywords, you only need to provide
  12. * values for them. For example, in the line
  13. *     Name = <software-short-name>
  14. * you MUST not change the keyword Name, but you need to customize
  15. * the <software-short-name>.
  16. * Here is the description of each keyword:
  17. * ***************************************************************
  18. @DEF
  19. * ***************************************************************
  20. *  Descr    is the icon title
  21. *  Name     is the short name of the product (max. 16 char)
  22. *  BaseProd is the short name of the Package that is the product name without
  23. *           explicit references to the version/release.
  24. *  Release  is the version/release of the product (no dots allowed)
  25. *  Level    is the maintenance Level of the product
  26. *  Platform is the required Operating System: OS2 or DOS
  27. *  Category is the type of application: OpSys, LANTran, SWDistr, Appl, CSD
  28. *  Language is the NLS version of the product
  29. *  Manufacturer is the name of the company that produced the package
  30. * ***************************************************************
  31.              Description        "Java 1.1.6"
  32.              Name               JAVA116
  33.              BaseProd           Java
  34.              Release            0011
  35.              Level              06
  36.              Platform           OS2
  37.              Category           Application
  38.              Language           US_EN
  39.              Manufacturer       IBM
  40.              FileList           java116.adf
  41. @ENDDEF
  42.  
  43. ******************************************************************
  44. @VAR
  45. * *********************************************************************
  46. * The following included file contains variables about the set-up of
  47. * the code server
  48. * *********************************************************************
  49. @INCLUDE CODESERV.VAR
  50. * **************************************************************
  51. * The following section contains the command to install and
  52. * uninstall the product
  53. * Use special symbols
  54. *     $S     to specify the path containing the product images
  55. *     $R     to specify the response file
  56. *     $B     to specify the boot drive
  57. *     $L1-5  to specify up to 5 log files
  58. *     $L     to specify the first log file
  59. * Each of them as a correspondant SDM_xxxxxx keyword in the
  60. * SDMCMDS.VAR that translates the command in the Software
  61. * distribution format.
  62. * Note:
  63. * It is reccomended to specify the drive or directory where to install
  64. * the software as a keyword of the response file rather than a parameter
  65. * of the command line.
  66. * **************************************************************
  67. Section Commands
  68. {
  69.       InstallProgram
  70. {
  71.      "javadf.cmd"
  72. }
  73.       InstallParms
  74. {
  75.    "$S $L1 $L2"
  76. }
  77. UninstallAllowed { 1 }
  78. UninstallWithRSP { 1 }
  79.       UninstallProgram
  80. {
  81.      "javadf.cmd"
  82. }
  83.             UninstallParms
  84. {
  85.    "$S $L1 $L2 U"
  86. }
  87. }
  88. @ENDVAR
  89.  
  90. * ***********************************************************************
  91. *             Change File Profile skeleton section
  92. *         -------------------------------------------
  93. *  WARNING: do not change the lines between @MCF and @ENDMCF
  94. * ***********************************************************************
  95. @MCF
  96. @INCLUDE CID.MCF
  97. @ENDMCF
  98. *************************************************************************
  99. *                Response File skeleton section
  100. *        --------------------------------------------
  101. * Specify the name of the model response file in the include statement;
  102. * the model R/F is a skeleton of a response file with place-holders
  103. * instead of keyword value and conditional statements to include or exclude
  104. * part of the file, depending on the value of some configuration keywords.
  105. *************************************************************************
  106. @MRF
  107. @ENDMRF
  108. *End of File
  109.  
  110.