Follow command line examples below to install the Barracuda WSA from the command line of a Windows PC or laptop, or for use in a .mst file or GPO. See Configuration Options for the Barracuda Web Security Agent for Barracuda WSA installation options.
File type | Example command (type all on one line) | Comments |
---|---|---|
.msi, used with GPO | msiexec.exe /i BarracudaWSASetup.msi /qn SERVICE_MODE=1 SERVICE_URL=10.1.0.51 DEBUG=1 SERVICE_PORT=8280 WD=1 USER_MODE=1 PASSWORD="1234" | /qn: Doesn’t show web interface installation boxes. USER_MODE=1: Doesn’t show the icon in system tray (silent operation). DEBUG=1 denotes logging network errors only. (version 5.0 and above) |
.msi, stored in an .mst file | msiexec.exe /i BarracudaWSASetup.msi TRANSFORMS="myWSAConfig.mst" /qb | /qb: Shows the basic web interface installation boxes. Put the .mst file in your setup program directory. |