i have been looking for a silent way to install Mcafee antivirus v10
i have been read here on this forum for few days now.
Finally it seems to be working. but is there someone that can test it for me please, just to be sure
First of all decompress the setup (look in the Teamp folder for this folder: vsh10.tmp)
copy that folder to uours CD/DVD or if you use WPI copy it to the folder where you have all the others programs
The rename it to Mcafee
Look in that folder for this file VsoVer.ini and change this
From
Quote
[InstallConfig]Welcome="-1"
SilentInstall="0"
Productname="VirusScan"
MISInstall="-1"
CDRomBuild="1"
RemoveSetupFiles="1"
CreateUninstShortcut="0"
SilentInstall="0"
Productname="VirusScan"
MISInstall="-1"
CDRomBuild="1"
RemoveSetupFiles="1"
CreateUninstShortcut="0"
To
Quote
[InstallConfig]Welcome="-1"
SilentInstall="1"
Productname="VirusScan"
MISInstall="-1"
CDRomBuild="1"
RemoveSetupFiles="1"
CreateUninstShortcut="0"
SilentInstall="1"
Productname="VirusScan"
MISInstall="-1"
CDRomBuild="1"
RemoveSetupFiles="1"
CreateUninstShortcut="0"
Then you make Bat file where this is in it
Start.bat
Quote
ECHO.
ECHO Installing Mcafee V10
ECHO Please wait...
Start %cdrom%\Programmer\Applications\Mcafee\setup.exe REBOOT=r ADDLOCAL=ALL /qb-!
taskkill.exe /F /IM EULA.exe
Sleep 30
taskkill.exe /F /IM mghtml.exe
taskkill.exe /F /IM mcagent.exe
ECHO Installing Mcafee V10
ECHO Please wait...
Start %cdrom%\Programmer\Applications\Mcafee\setup.exe REBOOT=r ADDLOCAL=ALL /qb-!
taskkill.exe /F /IM EULA.exe
Sleep 30
taskkill.exe /F /IM mghtml.exe
taskkill.exe /F /IM mcagent.exe
Then you are finish and you can test it.
Please tell me if this work. i have testet in from the cdrom and it works fine but i cant get it to work in WPI i dont know why.



Help
Back to top








