I have a start.bat that creates a new folder on the intended destination computer located at c:\temp. Once that folder is created, then the start.bat script copies over a secondary installer.bat along with the SophosSetup.exe. What I have not had any success with is getting that SophosSetup.exe to kick off and install any products on the destination computer. My installer.bat script contains @echo off START "c:\temp\SophosSetup.exe" --products antivirus,intercept --quiet and nothing more. Has anybody found any success in kicking off a batch file on the destination computer to install the full AV Suite with Intercept X and also encryption would be a bonus.
This thread was automatically locked due to age.