REM ################################################################
REM Installs: Sysaid Agent 8.5
REM Arkitektur: x86
REM Download link: In sysaid admin-panel
REM Info: Installerar Sysaid Client
REM Contact information:
REM Documentation:
REM Created:
REM Modifyed:
REM Info:
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM Produktkod:
REM Uninstall command:
REM ################################################################

setlocal

REM Kör setup för Sysaid Agent
"%~dp0sysaidagent.exe" /VERYSILENT /URL http://ipadress:port /account UID /serial xxxxxxxxxxxxxx /install once /AllowRemoteControl Y /SubmitSRShortcut "SysAid Helpdesk Software" /HotKey 122 /Interval 30 /ConfirmRC N /RandomMachineID N AllowSubmitSR Y /LogLevel 3

endlocal

REM Return exit code to SCCM
exit /B %EXIT_CODE%

  • No labels