After spending hours downloading the file 5098.zip on my dial-up I got the same error message SPAMSAFE100 and the update refused to work. Is there no one out who can help both Pensionada, Bryan J and me?
I am seeing the same message
Updates were not applied because the update process encountered an unknown error: SPAMSAFE1000
I dont know wht to do
I made a fix that temporarily cures the problem. It's a really simply something, but it only works once. I don't know if it's a McAfee problem or a client-side problem but here's the script:(It's a .bat file created with cmd.exe):
@echo off
TITLE McAfee Updater - <Company Name>
NET START "McAfee Framework Service"
@echo on
@echo __________
@echo.
@echo This update process could take several minutes, please don't close this window!
@echo.
@echo McAfee is updating, please wait...
@echo off
REN "C:\Documents and Settings\All Users\Application Data\McAfee\Common Framework\Current" Current.old
"C:\Program Files\McAfee\VirusScan Enterprise\mcupdate.exe"
@echo on
@echo.
@echo The computer will be rebooted now, please save your data!
@echo off
pause
shutdown -r -t 0
I am seeing the same message
Updates were not applied because the update process encountered an unknown error: SPAMSAFE1000
I dont know wht to do
I made a fix that temporarily cures the problem. It's a really simply something, but it only works once. I don't know if it's a McAfee problem or a client-side problem but here's the script:(It's a .bat file created with cmd.exe):
@echo off
TITLE McAfee Updater - <Company Name>
NET START "McAfee Framework Service"
@echo on
@echo __________
@echo.
@echo This update process could take several minutes, please don't close this window!
@echo.
@echo McAfee is updating, please wait...
@echo off
REN "C:\Documents and Settings\All Users\Application Data\McAfee\Common Framework\Current" Current.old
"C:\Program Files\McAfee\VirusScan Enterprise\mcupdate.exe"
@echo on
@echo.
@echo The computer will be rebooted now, please save your data!
@echo off
pause
shutdown -r -t 0