Jump to:navigation, search
Wiki




























{#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.4.16 (08.2022)
New:
  • Omission of the parameters for Outlook
notempty
This article refers to a Resellerpreview

3.2.20



Introduction

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.

notempty
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).

notempty
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.
notempty
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

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)
MONTHLY (1-31) Interval for scheduled scan
SCANHOUR (xx:xx)
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.
CONFIG (path) Path to an existing guardx-conf, e.g: CONFIG="C:\mydir"


Error messages

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