Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

WinCollect 10 Command line installation advanced examples

date_range 28-Jun-22

Use one of the following examples to run a silent installation or specify an installation script that gives the agent instructions on what to monitor and where to send events.

Command line options

Parameter Description
QUICK_INSTALL  
WC_DEST Used to define the destination. Creates a default destination called JSA.
INSTALLDIR Used to specify the installation directory.
WC_SCRIPT Used to specify the update script file to be used for advanced installation.

Examples

Specify the Installation Directory The following command runs a silent quick installation that collects Application, System, and Security events in the C:\WinCollect directory and specifies qradarappliance.yourdomain.lab as the destination. msiexec.exe /qn /i wincollect-10.X.X-X.x64.msi INSTALLDIR="C:\WinCollect\" QUICK_INSTALL="yes" WC_DEST="qradarappliance.yourdomain.lab"
Specify a Configuration Script The following command runs a silent installation and specifies an installation script that gives the agent instructions on what to monitor and where to send events. msiexec.exe /qn /i wincollect-10.X.X-X.x64.msi WC_SCRIPT="c:\Users\<youruseraccount>\Desktop\update_AddMSEvents_EnableDestination.xml"
footer-navigation