0
(0)

Issue

Installing ESET endpoint products on a client workstation using special parameters to modify the default installation. Examples of these modifications include:

  • Installing using an .msi file located on a shared folder
  • Changing the default install drive of the client workstation
  • Installing without requiring user interaction (silent mode)

NOTE:

The commands described in this article are valid only for generation 3.x ESET endpoint products and later. Changing the default install drive for a 2.x ESET endpoint product requires that the %PROGRAMFILES% environment variable be changed on the target computer.

Solution

To modify a default installation:

  1. Click Start → Run. The Run window will be displayed (Windows Vista and Windows 7 users: click Start,type Run in the Start Search box and then press ENTER).
  2. Type cmd and click OK.
  3. The cmd window will appear. Type the following command on one line and press ENTER:

    msiexec /i "serverpathtopackage.msi" APPDIR="C:preferredinstalldestination" ADMINCFG="serverpathtocfg.xml" /qn

Explanation of parameters used:

/i – Directory path to installation package
APPDIR – Installation drive and directory
ADMINCFG – Directory path to .xml configuration file
/qn – Run installation without user interaction (silent mode)

Important!

Please do not use the directory paths shown above, which serve as examples only. Make sure you use your own paths to the .msi package, installation destination and .xml configuration file. Remember that the .xml configuration file must be named cfg.xml. You can also create a .bat file with the special command line parameters – just add the command line (e.g., step 3) to the .bat file.

Using ESET Remote Administrator to add command line parameters

Instead of using the Windows command line or a .bat file, specific parameters can be added to the installation package using ESET Remote Administrator. To do this, follow the steps below:

  1. Open the ESET Remote Administrator Console (ERAC) by clicking Start → All Programs → ESET → ESET Remote Administrator Console → ESET Remote Administrator Console.
  2. Click the Remote Install tab, and then click Actions → Manage Packages.
  3. To create an installation package, click Add, click Download from the web, and download the desired package.
  4. After downloading, specific command line parameters can be added. In the example below, “E:” is the designated install drive, the cfg.xml path is given, and “/qn” has been added to install in silent mode.

    Figure 1-1

  5. The package can then be pushed to client workstations as normal. Be sure to save the package the you just created, and then follow the steps in the Knowledgebase article below:

NOTE:

Additional command line parameters

REBOOT=”Force” – Computer will automatically restart after installation

REBOOT=”Really Suppress” – Computer will not restart after installation

REBOOTPROMPT=”” – User will be prompted to restart after installation

/qb! – Passive display option. A progress bar is displayed to the user but no prompts or error messages are displayed. The user cannot cancel the installation.

/lvx* install.log- Generates a log of an errors that occur during installation in the install directory

Source : Official ESET Brand
Editor by : BEST Antivirus KBS Team

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

(Visited 32 times, 1 visits today)