User Guide

Webroot Enterprise System Administrator Guide 23
You can specify the server IP address and port in the command line instead of relying on
the .ini file. The syntax is:
SpySweeperSetup.msi SERVERIP=10.10.10.10 SERVERPORT=50000
For a silent installation:
SpySweeperSetup.msi /q SERVERIP=10.10.10.10 SERVERPORT=50000
You can also pass the client deployment setting. This setting should go after the /q switch
if you are using that:
Pop up on scan—
RUN_CLIENT_AS=0
Stay minimized—
RUN_CLIENT_AS=1
Stay invisible—RUN_CLIENT_AS=2
The syntax is:
SpySweeperSetup.msi /q RUN_CLIENT_AS=1 SERVERIP=10.10.10.10
SERVERPORT=50000
You can apply any of these command line arguments to the SpySweeperSetup.exe installer
(which is used for installing on systems lacking the 2.0 version of Windows Installer). The
syntax is:
SpySweeperSetup.exe /q RUN_CLIENT_AS=1 SERVERIP=10.10.10.10
SERVERPORT=50000
Example Logon Script
Below is an example logon script. You have to adjust it for your setup and network environment.
You have to put the script on your domain controllers or logon servers, then assign it so that it
executes when a workstation logs in to your network. This script assumes that you have a shared
drive on your network that contains the SpySweeperSetup.msi and SpySweeperSetup.ini files.
Typically, these files are in the C:\Program Files\Webroot\Enterprise\Server\Client folder of the
system where the Webroot Enterprise Server has been installed. Copy the client files to the
network share of your choice, then adjust the script to meet your share path. Also be sure to give
all workstations read and execute access to the share.
@echo off
REM Check to see if clients are installed on the local machine, if they
are then display a confirmation
REM message otherwise install the client package and display a message
REM Check to see if the Enterprise CommAgent is installed, if not go to
install otherwise go to check
if exist "C:\Program Files\Webroot\Enterprise\Spy
Sweeper\SpySweeper.exe"
goto check if not exist "C:\Program Files\Webroot\Enterprise\Spy
Sweeper\SpySweeper.exe"
goto install
REM Check to see if Enterprise Spy Sweeper is installed, if not go to
install otherwise go to loaded
:check if exist "C:\Program Files\Webroot\Enterprise\Spy
Sweeper\SpySweeperTray.exe"
goto loaded if not exist "C:\Program Files\Webroot\Enterprise\Spy
Sweeper\SpySweeperTray.exe"
goto install