Jump to content

Recommended Posts

Posted

Hey All

 

I have recently moved to MDT and need to install a load of application with it i have tested a few (chrome,sophos,connectwise) and they dont seem to be installing and i also get an error at the end of the install i have attached a few screenshots Capture2.PNGCapture1.PNG

Posted (edited)

There's an asterisk before the .exe for SophosSetup. MDT won't like that.

 

As long as the working directory is set correctly, you shouldn't need to enter the full path to the EXE in the quiet install command box.

 

bMVrWCJ.png

 

Edit. Are you sure that's the correct command line for Sophos? It looks identical to the one @SparkySX posted for Scratch in this thread.

 

RXRPi3u.png

 

For Sophos Endpoint you need completely different command-line parameters...

 

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

 

@DaveTheTech posted an example command-line in the thread below (which will need changing to suit your environment)...

 

www.edugeek.net/forums/o-s-deployment/205543-mdt-applications.html#post1757175

 

setup.exe -ouser "[color="#FF0000"]abc123[/color]" -opwd "[color="#FF0000"]def456[/color]" -mng yes -s -updp "[color="#FF0000"]\\SERVER\SophosUpdate\CIDs\S000\SAVSCFXP[/color]" -crt D -patch [color="#FF0000"]http://SERVER-FQDN:80[/color]

 

For Google Chrome try the following command (assuming you are using the 64-bit enterprise MSI from here)...

 

msiexec /i GoogleChromeStandaloneEnterprise64.msi NOGOOGLEUPDATEPING=1 /L*V "%TEMP%\Chrome.log" /qn

 

NOGOOGLEUPDATEPING=1 prevents the installer timing out if you are behind a firewall/webfilter.

Edited by Arthur
Posted (edited)
here is second one

Are you able to post a larger photo or the error message text? It's impossible to read it.

 

sR02vVj.jpg

Edited by Arthur
Posted

We use the following MDT command to install Sophos direct from the CID warehouse on our Sophos server.

Just remember your install credentials need to have "run as a batch job" permissions.

 

\\MySophosServer\SophosUpdate\CIDs\S034\SAVSCFXP\setup.exe -mng yes -crt R  -user MyUsername -pwd MyPassowrd -s

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...