Installing Change Auditor agents using third party using msiexec with adding parameters such as username, domain, password, etc., during the installation
Third party tool used for installation is BigFix in this scenario.
msiexec /i "Quest Change Auditor Agent (x64).msi" /qn INSTALLATION_NAME_VALID=1 INSTALLATION_NAME="DEFAULT" SYSTRAY_AUTOSTART=1 FOREIGN_FOREST_ROOT_DOMAIN="fqdn.domain" FOREIGN_LOGON_ACCOUNT="fqdn.domain\user" FOREIGN_PASSWORD="password" FOREIGN_ACCOUNT_TYPE=1