Install the software in silent mode

Prev Next

You can automate the installation using the Silent.bat file that allows you to record the selections for the installation process.

To install the product with default settings, double-click the Silent.bat available in the download package.

Note

Silent.bat internally is called from the TSME setup file. Make sure that the setup_x64.exe is available in the same directory because the installation can't succeed with Silent.bat alone.

To customize the installation, modify these parameters in the batch file before running it:

Parameter

Value

Description

ADMIN_EMAIL_ID

<admin>@<msme>.com

Specify the administrator's email address for notifications. For example, SET

ADMIN_EMAIL_ID=administrator@msme.com

TSME sends notifications to this email address, when you enable Send notification option for policies.

AUTO_UPDATE

1 or 0

Enable or disable automatic updates:

  • 1 = enabled

  • 0 = disabled

When enabled, the DAT and engine update happens immediately after the software installation.

Tip

Trellix recommends that you enable the automatic update to make sure that the engine and DAT files are up to date.

INSTALL_DIR

%SystemDrive%\MSME

Specify the installation path.

For example, if you specify C:\MSME, a folder TSME is created in the C drive.

NEED_DESKTOP_SHORTCUT

1 or 0

Specify whether to create a desktop shortcut after successful installation:

  • 1 = yes

  • 0 = no

The default value is 1.

DB_PATH_CHANGED

1 or 0

Specify whether to change the Postgres database path:

  • 1 = yes

  • 0 = no

Note

You can modify the database path anytime after the installation. When you change the path, a new database is created to store the detected items. However, the detected items stored in the earlier database are not available in the new database.

DATABASEDIR

<New Postgres DB Location>

Specify the new Postgres database location. For example, C:\TestDB.

QUARANTINE_MECHANISM

1

Specify the location for quarantined items:

  • 1 = Local database

Local database — To quarantine detected items in the local system.

Note

You can modify the settings from the software interface any time after the installation.

AGREE_TO_LICENSE

Yes or No

Agree to the license terms to install the software. For example,

SET AGREE_TO_LICENSE

= Yes.