This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos silent switch 9.10.3 for Mac

Hello. 

Please can some confirm if sophos 9.10.3 for Mac downloaded from sophos enterprise console supports a silent install switch.

Everything I have read suggests it's doesn't is someone able to confirm.

Thanks

Thomas Denton 



This thread was automatically locked due to age.
Parents Reply
  • Hi Kushal

    We are doing this, below  is what we are using in our post install script

    #!/bin/sh

    cd /tmp/sophos/
    chmod +x "/tmp/sophos/SophosInstaller.app/Contents/MacOS/Installer"
    sudo "/private/tmp/sophos/SophosInstaller.app/Contents/MacOS/Installer" --install
    My understanding is --install should allow it run silently, we still see the GUI of the installer.
    Thanks
    Tom
Children