SBS_LOGIN_SCRIPT not updating the ESET NOD32 clients versions
- by Orr Yoffe
I used the following Login script (with version 4.2 of NOD32).
After updating the ERA and the Server to version 5.0.122.0, I've updated my script to the following, resulting in alot of nothing.
Any suggestions whats wrong here?
rem \SBS\Clients\Setup\setup.exe /s SBS
@echo off
net time \s2008 /SET /Y
net use P: \s2008\public /Y
net use u: \s2008\users\%username% /Y
net use L: \s2008\clientapps /Y
call \s2008\eset\install_eav.bat
call \s2008\eset\UpgVer-Eset5.0.bat
exit