@DEF * This file defines installation information for installing Communications Server with SystemView. * It is usable by selecting it as a software library definition file in SystemView. * This file should not be edited or modified by users. * *************************************************************** * Descr is not specified here; it is the icon title * * Name is the short name of the product (max. 16 char) * BaseProd is the short name of the Package that is the product name without * explicit references to the version/release. * Release is the version/release of the product (no dots allowed) * Level is the maintenance Level of the product * Platform is the required Operating System: OS2 or DOS * Category is the type of application: OpSys, LANTrans, Distr, Application, CSD * Manufacturer is the name of the company that produced the package * Language is the NLS version of the product * *************************************************************** Name "CS/2" Description "Communications Server" FileList "commsvr.adf commsvr.mrf commsvr.var" BaseProd CommServer Release 0120 Level 00 Platform OS2 Category Application Language US_EN Manufacturer IBM @ENDDEF * *********************************************************************** * Parameter section * This section lists all the parameters that are used during the process * of generating response and change files; the values are collected * when you configure this software * *********************************************************************** @VAR * ********************************************************************* * The following included file contains variables about the set-up of * the code server * ********************************************************************* @INCLUDE CODESERV.VAR * ************************************************************** * The following section contains the command to install and * uninstall the product * Use special symbols * $R to specify the response file * $T to specify the target for the installation * $L1 name of log that CMRINST.LOG will be copied to * $L2 name of log that CM.LOG will be copied to * Each of them as a correspondant SDM_xxxxxx keyword in the * SDMCMDS.VAR that translates the command in the Software * distribution format. * Note: * It is reccomended to specify the drive or directory where to install * the software as a keyword of the response file rather than a parameter * of the command line. * ************************************************************** Section Commands { InstallProgram { "CMSETUP.EXE" } InstallParms { "/R:$R /Q /L1:$L1 /L2:$L2 " } UninstallAllowed { 0 } UninstallWithRSP { 0 } UninstallProgram { "CMSETUP.EXE" } UninstallParms { "/R:$R /Q /L1:$L1" } } * ********************************************************************** * ** INCLUDE here the configuration keywords that will be used in the * ** model response file for the specified product * ********************************************************************** @INCLUDE COMMSVR.VAR * *********************************************************************** * do not remove the following include; it contains the definition of * SDM_xxxxx keywords that are used in the change file profile generation. * *********************************************************************** ** Section "~Uninstall" ** description "Product Removability information" ** { ** * ************************************************************** ** UninstallAllowed ** * ************************************************************** ** { ** dialog { ** singlesel values (Yes=1,No=0) ** explanation "Specify if the application installation program allows to uninstall the so configured software; ** The application must have an installation command to delete the files; the command must not accept a response file as a parameter" ** } ** default 0 ** } ** } ** @INCLUDE SDMCMDS.VAR @ENDVAR * *********************************************************************** * Change File Profile skeleton section * ------------------------------------------- * WARNING: do not change the lines between @MCF and @ENDMCF * *********************************************************************** @MCF @INCLUDE CID.MCF @ENDMCF * *********************************************************************** * Response File skeleton section * -------------------------------------------- * Specify the name of the model response file in the include statement; * the model R/F is a skeleton of a response file with place-holders * instead of keyword value and conditional statements to include or exclude * part of the file, depending on the value of some configuration keywords. * *********************************************************************** @MRF @INCLUDE COMMSVR.MRF @ENDMRF