Hello,
is there someone who now how to install Sophos unattend?
Whith network update e.d.
Thanx
Page 1 of 1
Sophos Unattended Help
#2
Posted 09 August 2004 - 01:00 PM
I fixed my sophos with one script
for RunOnceEx.cmd
START.vbs
WScript.Sleep 120000 is 120 sec, can be lower, i created selfextracting rar 383_ides.exe it extract to Sophos SWEEP for NT.
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
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
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
'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.
#3
Posted 14 December 2004 - 07:38 AM
the new ver of sophos 3.88 needs new script but i will do an AutoIt script, stay tuned
Share this topic:
Page 1 of 1



Help
Back to top









