H11. Dr.Web Server Installer for UNIX® System-Based OS

Top  Previous  Next

The start instruction format

<package_name>.run [<switches>] [--] [<arguments>]

where:

[--]—separate optional sign, determines the end of the switches list and separates the switches list and the additional arguments list.

[<arguments>]—additional arguments or embedded scripts.

Switches to get help or information on the package

--help—show the help on switches.

--info—show extended information on the package: the name; destination folder; unpacked size; compression algorithm; compression date; the version of makeself which is used for packing; the command user for packing; the script that will be launched after unpacking; whether the archive content will be copied into the temporary folder or not (if no, nothing shown); whether the destination folder stored or will be deleted after the script execution.

--lsm—show the LSM file with installation package description (or no LSM if the file is absent).

--list—show the list of files in the installation package.

--check—check integrity of the installation package.

Switches to run the package

--confirm—ask before running embedded script.

--noexec—do not run embedded script.

--keep—do not clear target directory after running the embedded script.

--nox11—do not try to launch the graphical terminal emulation.

--nochown—do not grant permissions for the extracted files to the current user.

--target <folder>—extract the installation package to the specified folder.

--tar <argument_1> [<argument_2> ...]—get access the contents of the installation package through the tar command.

Additional arguments

--help—show the help on additional arguments.

--quite—run the installer in the background mode. The affirmative answer is used for all the following questions of the installer:

accept the license agreement,

set back up into the default folder,

continue the installation provided that extra distribution kit installed in the system will be deleted.

--clean—install the package with Server default settings not using the backup to restore the settings from the previous installation.

--preseed <path>—use the configuration file with predefined answers on installer questions during the installation.

Where <path> is the path to the configuration file.

Variables to specify the predefined answers in the configuration file:

DEFAULT_BACKUP_DIR=<path>—path to the backup that is used for restoring the settings from the previous version (is not used if you set the installation not applying restore from the backup).

QUITE_INSTALL=[0|1]—defines the usage of the installer background mode:

0—run the installer in the background mode;

1—run the installer in the regular mode.

CLEAN_INSTALL=[0|1]—defines the usage of backup during the installation:

0—install not applying backup;

1—install applying restore from the backup located in the folder from the DEFAULT_BACKUP_DIR variable. If the DEFAULT_BACKUP_DIR variable is not specified, backup is taken from the /var/tmp/drwcs.

If you use the --preseed argument and do not define the installer background mode in the configuration file via the QUITE_INSTALL=0 variable, when the values of other variables of the configuration file will be redefined by a user during the installation.