* This file is used to support installing Communications Server via SystemView. This is not a file which should be edited * by users. * * Installation variables for Communications Server * Section "~Installation" { description "Basic installation information" UserAction { Dialog { Description "Installation Action" singlesel values ( "Install" = 1, "Remove" = 2 ) Explanation "Installation action to be performed. If you are doing a REMOVE you must specify a target, and all other options will be ignored." } default 1 } Target { Dialog { Description "Target drive" Modify any (0,2) Explanation "Specifies the target drive for the CommServer installation." } } ConfigFile { Dialog { Description "Configuration Data" modify any Explanation "Name of a response file containing configuration information." } } IncludeFile { Dialog { Description "Include" modify any Explanation "Name of a response file to include in the current one." } } InstallOpt { Dialog { Description "Installation options" multisel values ( "Install all communications code" = 1, "Install folders" = 2, "Auto-Start Communications Manager" = 3, "Update CONFIG.SYS file" = 4, "Reinstall all currently installed features" = 5, "Overwrite existing configuration" ) Explanation "Installation options" } default(2,4) } InstallComp { Dialog { Description "Install Component/Feature" multisel values ( "Subsystem Management" = 1, "Remote Operations" = 2, "Problem Determination" = 3, "Command Reference" = 4, "Message Reference" = 5, "Overview" = 6, "Glossary" = 7, "Keylock" = 8, "Configuration Dialog" = 9, "Problem Determination Guide" = 10, "UPM" = 11, "Response File Reference" = 12, "Administration Documentation" = 13, "Programming Documentation" = 14, "32 bit APIs" = 15, "16 bit APIs" = 16, "Productivity Aids" = 17 ) Explanation "Specifies which components to install." } default (1,3,4,6,7,9) } }