Ask the Community
Groups
Remote Data Collector (RDC) silent install - Connect IT Community | Kaseya
<main> <article class="userContent"> <p>NOTES:<br> - Mind all double quotes!<br> - You can get an encrypted password using: register-device.exe -encrypt <password><br> - If you do not care about scripting you password, -p <plain text pwd> can be used instead of the -e option.<br> - To the install examples below there are a few extra options:<br> -no-auto-update<br> - Auto-update is enabled unless using the -no-auto-update flag.</p> <p>INSTALLS<br> --------<br> Default:<br> msiexec /qn /i NetworkDetectiveRemoteDataCollector.msi /L*V install-silent.log<br> "C:\Program Files (x86)\NetworkDetective\DataCollector\bin\register-device.exe" -register -u <rf_user> -e "<encrypted_pwd>" -c <connector_id></p> <p>Custom Folder Location:<br> msiexec /qn /i NetworkDetectiveRemoteDataCollector.msi INSTALLFOLDER="c:\test msi\ND" /L*V install-silent-custom.log<br> "c:\test msi\ND\DataCollector\bin\register-device.exe" -register -u <rf_user> -e "<encrypted_pwd>" -c <connector_id></p> <p>UNINSTALL<br> msiexec /x NetworkDetectiveRemoteDataCollector.msi /L*V uninstall.log</p> </article> </main>