Help - Search - Members - Calendar
Full Version: Sophos Unattended Help
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Vhz2002
Hello,

is there someone who now how to install Sophos unattend?
Whith network update e.d.

Thanx
--=ddSHADOW=--
I fixed my sophos with one script

for RunOnceEx.cmd
QUOTE
REG ADD %KEY%\026 /VE /D "SOPHOS 3.83" /f
REG ADD %KEY%\026 /V 1 /D "%systemdrive%\install\SOPHOS_3.83\START.vbs " /f
REG ADD %KEY%\026 /V 2 /D "%systemdrive%\install\SOPHOS_3.83\383_ides.exe" /f
START.vbs
QUOTE
Set WshShell = WScript.CreateObject("WScript.Shell")
'To Simulate Keystrokes
WshShell.Run app & "%systemdrive%\install\SOPHOS_3.83\setup\Setup.exe"
WScript.Sleep 5000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 120000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Quit


WScript.Sleep 120000 is 120 sec, can be lower, i created selfextracting rar 383_ides.exe it extract to Sophos SWEEP for NT. thumbup.gif
--=ddSHADOW=--
the new ver of sophos 3.88 needs new script but i will do an AutoIt script, stay tuned
biggrin.gif
--=ddSHADOW=--
the autoit script is done its quicker.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.