Guest User!

You are not Sophos Staff.

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

Installation of Client 6.10

My company is been deploying the Sophos SafeGuard 6.10 client to our client machines since few months by manual installations.
Now we are planning to package this and deploy using MDT or Altiris.
I tried packaging using the switches provided in the admin guide but for some reason after installation, few services and components are not installing.

This is the batch file I have created for installing:
------------
sc query | find "SafeGuard"
if %errorlevel% EQU 0 goto done
set sysos=86
set | find "ARCHITECTURE=AMD64"
if %errorlevel% EQU 0 set sysos=64

reg query HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{D102EA66-BFC5-44B6-A371-54FAF5A1B27B} /f DisplayName | find "Sophos SafeGuard Preinstall 6.10.0.372"
if %errorlevel% equ 1 goto newinstall
if %errorlevel% equ 0 goto cont


:newinstall
start /wait msiexec /i \corpfs21\usr-apps$\SG6.1client\SGxClientPreinstall_x%sysos%.msi /qn

:cont
set addfeatures=ADDLOCAL=Client,BaseEncryption,CredentialProvider,FileShare,SecureDataExchange, ALTERNATE=1 Installdir="%programfiles(x86)%\Sophos\SafeGuard Enterprise"

start /wait msiexec /i "\corpfs21\usr-apps$\SG6.1client\SGNClient_x%sysos%.msi" /qn /l*v %temp%\SGNClient.log %addfeatures% 
start /wait msiexec /i "\corpfs21\usr-apps$\SG6.1client\gym.msi" /qn /forcerestart /L*v %temp%\ClientConfig.log
[:D]one
------------------
This is not installing all the components. but the same files if I manually install, it does work. Once the package runs and I don't see any Sophos screen login.

The services/components when manually installed are below:
Base Encryption Service
Device Encryption Controller
Kernal Feature Client
Log services
Master Application Watch dog
System Event Manager
Transport Services.

Can someone help me for the silent installation of the package to deploy.


This thread was automatically locked due to age.
Parents Reply Children
No Data
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?