added the CUSTOMER_ID to the direct link installation

This commit is contained in:
2021-02-03 12:26:30 -05:00
parent 663b7d54e1
commit b607954da1
+1 -1
View File
@@ -23,7 +23,7 @@ If ( $INSTALL ) {
## Install the agent
#Try { Start-Process "msiexec.exe" -ArgumentList "/i ""${AGENT_INSTALLER}"" /qn /norestart" -Wait }
Try { Start-Process "msiexec.exe" -ArgumentList "/i ""${AGENT_INSTALLER}"" /qn /norestart INTEGRATORLOGIN=${INTEGRATOR_ID}" -Wait }
Try { Start-Process "msiexec.exe" -ArgumentList "/i ""${AGENT_INSTALLER}"" /qn /norestart INTEGRATORLOGIN=${INTEGRATOR_ID} CUSTOMERID=${CUSTOMER_ID}" -Wait }
Catch { LogErr $_.Exception.Message }
## Remove agent installer