home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wsec4628.zip / www.adf < prev    next >
Text File  |  2000-11-08  |  5KB  |  122 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                   DOMINO GO
  16.              BaseProd               GO WEBSERVER
  17.              Release                046208
  18.              Level                  00
  19.              Platform               OS2
  20.              Category               Application
  21.              Language               US_EN
  22.              Manufacturer           IBM
  23.              FileList               "www.adf www.mrf www.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.    "/x /S:$S /R:$R /L1:$L1 /L2:$L2"
  64. }
  65.  
  66. UninstallAllowed { 1 }
  67.       UninstallProgram
  68. {
  69.    "INSTALL.EXE"
  70. }
  71.       UninstallParms
  72. {
  73.    "/x /A:D /S:$S /R:$R /L1:$L1 /L2:$L2"
  74. }
  75. }
  76. * **********************************************************************
  77. * ** INCLUDE here the configuration keywords that will be used in the
  78. * ** model response file for the specified product
  79. * **********************************************************************
  80.  
  81. @INCLUDE WWW.VAR
  82. * ***********************************************************************
  83. * do not remove the following include; it contains the definition of
  84. * SDM_xxxxx keywords that are used in the change file profile generation.
  85. * ***********************************************************************
  86. ** Section "~Uninstall"
  87. **   description "Product Removability information"
  88. ** {
  89. ** * **************************************************************
  90. **                       UninstallAllowed
  91. ** * **************************************************************
  92. ** {
  93. **   dialog {
  94. **      singlesel values (Yes=1,No=0)
  95. **      explanation "Specify if the application installation program allows to uninstall the so configured software;
  96. ** The application must have an installation command to delete the files; the command must not accept a response file as a parameter"
  97. **   }
  98. **   default 0
  99. ** }
  100. ** }
  101.  
  102. @ENDVAR
  103. * ***********************************************************************
  104. *             Change File Profile skeleton section
  105. *         -------------------------------------------
  106. *  WARNING: do not change the lines between @MCF and @ENDMCF
  107. * ***********************************************************************
  108. @MCF
  109. @INCLUDE CID.MCF
  110. @ENDMCF
  111. * ***********************************************************************
  112. *                Response File skeleton section
  113. *        --------------------------------------------
  114. * Specify the name of the model response file in the include statement;
  115. * the model R/F is a skeleton of a response file with place-holders
  116. * instead of keyword value and conditional statements to include or exclude
  117. * part of the file, depending on the value of some configuration keywords.
  118. * ***********************************************************************
  119. @MRF
  120. @INCLUDE WWW.MRF
  121. @ENDMRF
  122.