added the CUSTOMER_ID to the direct link installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user