/build/static/layout/Breadcrumb_cap_w.png

Scripted Install - Sophos

Hello,

Can someone help me run a scripted install for Sophos on our images? I believe there is no MSI, just an EXE.

Thanks!

1 Comment   [ + ] Show comment
  • Sophos Enterprise? - JasonEgg 6 years ago
    • Sorry, no. Sophos Endpoint Protection. I am fairly new at this and was told today we were going to swap over. We had Norton originally. - aredmond85 6 years ago

Answers (2)

Answer Summary:
Posted by: rockhead44 6 years ago
Red Belt
1

Top Answer

If you include SOPHOS as part of an image you must follow these instructions 

https://community.sophos.com/kb/en-us/28591

I do not and instead deploy it after the fact as a GPO or K1000 Managed Install using KACE. I do use a batch file for that. I can share mine if you would like. 
Posted by: vjc 6 years ago
Senior Yellow Belt
1
We did our Sophos update a few ago and I followed this article sent to us by Sophos...

https://community.sophos.com/kb/en-us/120560

did a -q on the exe file for the silent install and it all went fine

if you wanted to use a bat file in scripting...

@Echo Off
REM Sophos Central Installer

SET MCS_ENDPOINT=Sophos\Management Communications System\Endpoint\McsClient.exe
IF "%PROCESSOR_ARCHITECTURE%" == "x86" GOTO X86_PROG
IF NOT EXIST "%ProgramFiles(x86)%\%MCS_ENDPOINT%" GOTO INSTALL
exit /b 0

:X86_PROG
IF NOT EXIST "%ProgramFiles%\%MCS_ENDPOINT%" GOTO INSTALL
exit /b 0

:INSTALL
\\SERVER\SophosUpdate\SophosInstall.exe -q
exit /b 0
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ