Hello I am trying create an completly unattended installation and the DEPLOYMENT_SERVER flag doesn't seem to generate a deploymentclient.conf. All other flags seem to work just fine. Below are the varations of my ARGs.
Has anyone else experienced this
msiexec /i splunk-5.0-<version>.msi DEPLOYMENT_SERVER=splunkdeployserver.domain.net:8089
msiexec /i splunk-5.0-<version>.msi DEPLOYMENT_SERVER="splunkdeployserver.domain.net:8089"
msiexec /i splunk-5.0-<version>.msi DEPLOYMENT_SERVER=10.10.251.156:8089
msiexec /i splunk-5.0-<version>.msi DEPLOYMENT_SERVER="10.10.251.156:8089"
I do realize that the community of Windows Splunk Users is small.