Jump to:navigation, search
Wiki





notempty
Dieser Artikel bezieht sich auf eine nicht mehr aktuelle Version!

notempty
Der Artikel für die neueste Version steht hier

notempty
Zu diesem Artikel gibt es bereits eine neuere Version, die sich allerdings auf eine Reseller-Preview bezieht




























{#vardefine:headerIcon|spicon-antivirus}}

































De.png
En.png
Fr.png

This Wiki article describes the installation of Securepoint Antivirus Pro as a silent installation with command line parameters.

Installation with the wizard is described in another article].

Last adaptation to the version: 3.2.20 (12.2020)

New:

  • Removed parameters for the deactivation of updates


Preamble

The installation can be performed via the so-called unattended installation from the command line (also called silent installation). This installation provides additional configuration options.

This form of installation is intended exclusively for advanced users and system administrators.

Silent Installation

Silent installation can only be executed from the Windows command prompt (cmd.exe).

For the Silent Installation administrators rights are required!

The correct syntax for the silent installation is:

msiexec  /l* SetupLog.txt /i SetupAV.msi PROPERTY=''value'' /q

The parameter /l* SetupLog.txt for the logfile of the setup is not mandatory. Instead of SetupAV.msi an absolute path can also be used (e.g. C:\setup\setup.msi). If no absolute path is provided, the current folder in the CMD window must be the one containing the setup file.

The syntax PROPERTY=value is important. The Property must be written in capital letters and no spaces are allowed within the properties (e.g. PROPERTY=value). The order of the PROPERTIES is unimportant. An example for a valid and correct syntax would be:

msiexec.exe /l* setuplog.txt /i SetupAV.msi TID="0000.." ACCEPTLICENSEAGREEMENT="yes" ACCEPTPRIVACYPOLICY="yes" PROXY="192.168.175.1:8080" /q

Released PROPERTIES

The following PROPERTIES are currently supported for silent installation (Default values, if the property is not set, are written in bold):

Mandatory Necessary

PROPERTY Remark
ACCEPTLICENSEAGREEMENT="yes" Accepting the license agreements
ACCEPTPRIVACYPOLICY="yes" Accepting the Privacy Policy
TID="00000000-0000-0000-0000-000000000000" The license key

Proxy settings

PROPERTY Remark
USEPROXY (yes/no) Defined proxy server is used
PROXY (Host:Port) Defined proxy server
PROXYAUTH (username:password) User Data for Proxy Authentication

Dependencies
  • The proxy server must be a valid IPv4 address.
  • The proxy port may only be between 1 and 65535.

Notice

  • If USEPROXY=yes has been set, a proxy server and port must be entered.
  • If PROXY=192.168.175.1:8080 was set, USEPROXY=yes is set automatically.

Protection

PROPERTY Activate system monitoring
WSYSTEM (yes/no) Activate system monitoring
WEMAIL (yes/no) Enable email protection Not applicable in future versions (>3.3.32)
WSPAM (yes/no) Enable SPAM protection Not applicable in future versions (>3.3.32)

Scan Planning

The default values (underlined) are only valid if at least one of the following properties is available.
If no properties are defined, no scheduled scan profiles are created.

PROPERTY Remark
AUTOSCAN (yes/no) Enable Automatically Scheduled Scans
SCANTYPE (quick/standard/full) Scan profile for scheduled scan
DAILY (yes) Intervall für geplanten Scan
WEEKLY (0-6) Intervall für geplanten Scan (0 = Sunday, 5 = default)
MONTHLY (1-31) Interval for scheduled scan
SCANHOUR (xx:xx) Zeitpunkt für geplanten Scan (17:00 = default)

Dependencies
  • The scan interval must be selected (DAILY, WEEKLY or MONTHLY).
  • DAILY} accepted exclusively yes
  • If only one of the properties is defined, the other default values are assigned.
    • SCANTYPE="standard"
    • AUTOSCAN="yes"
    • WEEKLY="5"
    • SCANHOUR="17:00"

Installation behavior

The following PROPERTIES can be used to influence the behavior during and after the installation.

PROPERTY Remark
UPDATENOW (yes/no) Execute update when the setup is finished.
CLOSEOUTLOOK (yes/no) Determines whether Outlook should be closed automatically if it is running during installation.
Not applicable in future versions (>3.3.32)
CONFIG (path) Pfad zu einer bestehenden guardx-conf, z.B.: CONFIG="C:\mydir".

Error messages

If the installation fails, the reasons can be seen in the installation log.