- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to install a Windows universal forwarder via command line?
DPWSplunkPOC
Explorer
02-06-2015
11:33 AM
I want to install the windows universal forwarder via command line.
My command is:
msiexec.exe /i "" AGREETOLICENSE=Yes INSTALLDIR=""
The command does not agree to the license and opens the GUI.
I'm using the 6.2.1 UF on x64 Win machines.
I followed the Splunk documentation with no success.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
skylasam_splunk

Splunk Employee
02-06-2015
11:47 AM
Please use a command line like this - msiexec /i splunkforwarder-6.2.1-245427-x64-release AGREETOLICENSE=Yes /quiet
The /quiet is to suppress the GUI. You have to specify the msi in the command line which was missing in your invocation.
