Remote Data Collector (RDC) silent install

NOTES:
- Mind all double quotes!
- You can get an encrypted password using: register-device.exe -encrypt <password>
- If you do not care about scripting you password, -p <plain text pwd> can be used instead of the -e option.
- To the install examples below there are a few extra options:
    -no-auto-update
- Auto-update is enabled unless using the -no-auto-update flag.

INSTALLS
--------
Default:
msiexec /qn /i NetworkDetectiveRemoteDataCollector.msi /L*V install-silent.log
"C:\Program Files (x86)\NetworkDetective\DataCollector\bin\register-device.exe" -register -u <rf_user> -e "<encrypted_pwd>" -c <connector_id>

Custom Folder Location:
msiexec /qn /i NetworkDetectiveRemoteDataCollector.msi INSTALLFOLDER="c:\test msi\ND" /L*V install-silent-custom.log
"c:\test msi\ND\DataCollector\bin\register-device.exe" -register -u <rf_user> -e "<encrypted_pwd>" -c <connector_id>

UNINSTALL
msiexec /x NetworkDetectiveRemoteDataCollector.msi /L*V uninstall.log

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Contact us