update
This commit is contained in:
@@ -39,7 +39,7 @@ If ( $INSTALL ) {
|
||||
|
||||
## Install the agent
|
||||
LogMsg "Installing Atera agent"
|
||||
Try { Start-Process "msiexec.exe" -ArgumentList "/i ""${AGENT_INSTALLER}"" /qn /norestart INTEGRATORLOGIN=${INTEGRATOR_ID} COMPANYID=${CUSTOMER_ID}" -Wait }
|
||||
Try { Start-Process "msiexec.exe" -ArgumentList "/i ""${AGENT_INSTALLER}"" /qn /norestart" -Wait }
|
||||
Catch { LogErr $_.Exception.Message }
|
||||
|
||||
## Delete the agent installer
|
||||
|
||||
Reference in New Issue
Block a user