update
This commit is contained in:
@@ -39,7 +39,7 @@ If ( $INSTALL ) {
|
|||||||
|
|
||||||
## Install the agent
|
## Install the agent
|
||||||
LogMsg "Installing Atera 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 }
|
Catch { LogErr $_.Exception.Message }
|
||||||
|
|
||||||
## Delete the agent installer
|
## Delete the agent installer
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ Function IsWindowsBuild {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
## Get the path to the TEMP folder (context dependant)
|
## Get the path to the TEMP folder (context dependent)
|
||||||
Function GetTempPath { Return [System.IO.Path]::GetTempPath() }
|
Function GetTempPath { Return [System.IO.Path]::GetTempPath() }
|
||||||
|
|
||||||
## Determine if the system is 64-bit or not
|
## Determine if the system is 64-bit or not
|
||||||
|
|||||||
Reference in New Issue
Block a user