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

Scripting install for safeguard 8.00.0.251

I'm trying to create a script to install the safeguard client to remove human error following this kb https://community.sophos.com/kb/en-us/108426

we only want to use volume based encryption

i'm using the command 

msiexec /i z:\SGNClient_x64.msi ADDLOCAL=client,BaseEncryption,SectorBasedEncryption /norestart

but getting error 2711

can anyone help?

Thank You 

Pete



This thread was automatically locked due to age.
  • Pete,

    Try changing

    msiexec /i z:\SGNClient_x64.msi ADDLOCAL=client,BaseEncryption,SectorBasedEncryption /norestart

    to

    msiexec /i z:\SGNClient_x64.msi ADDLOCAL=Client,BaseEncryption,Authentication,SectorBasedEncryption /l*v z:\<SGN_Instal_LogPath>\SGNClientInstall.log /qn /norestart