StormLogiX Posted November 11, 2004 Posted November 11, 2004 Anybody knows how to silent install AntiVir PE Verson 6.x?
Dynaletik Posted November 11, 2004 Posted November 11, 2004 Try one of the methods explained here:AV Switches
axemann Posted November 15, 2004 Posted November 15, 2004 Try this... Seemed to work well for me...start /wait %systemdrive%\"path to AntiVir files"\setup /silent @NO_SCAN /fI've seen and tried several other methods including the setup.inf method, but none of those seemed to work.Cheers!Ben
ozan319 Posted November 27, 2004 Posted November 27, 2004 Try this... Seemed to work well for me...start /wait %systemdrive%\"path to AntiVir files"\setup /silent @NO_SCAN /fI've seen and tried several other methods including the setup.inf method, but none of those seemed to work.Cheers!Benworking.
axemann Posted December 7, 2004 Posted December 7, 2004 Guys (and girls...),Seems like they may have changed/removed the switches in the newest (6.29.XX.XX) version... I'm trying to work it out at the moment. More to come...Ben
smaug_de Posted April 1, 2005 Posted April 1, 2005 Yeah, i doesn't work anymore for me 2. If anyone knows the new silent switches for FreeAV, i would really appreciate it ;-)
bucketbuster Posted April 1, 2005 Posted April 1, 2005 This works for me in 6.30.xxxxx:ECHO.ECHO Installing AntiVir 6.30 ECHO Please wait...start /wait %systemdrive%\Install\Applications\AntiVir\SETUP.exe /silentstart /wait %systemdrive%\Install\Applications\AntiVir\pskill.exe avwin.exe
Dynaletik Posted April 2, 2005 Posted April 2, 2005 Ok. First you decompress the installer. Then there is a folder called disk_1, in which the setup.exe can be found. The switch for AntiVir is...\SETUP.EXE /SILENT @NO_SCANBut the important thing is this:The switch won't work on a system that already has AV installed, so remove your AntiVir and try again. Because of this, AntiVir will install with that switch during unattended install.The @NO_SCAN will cancel the Virus-Scan that AntiVir starts after setup. Then you only have to kill the upcoming window with CloseWindow, or an equivalent program. I use this cmd in my batch file:start /wait CloseWindow.exe /AntiVir - Personal EditionYou first have to specify the path of CloseWindow.exe (for me its system32, so it can be called directly.) and then you have to give the name of the Window. For german installs it is "AntiVir - Personal Edition".
smaug_de Posted April 23, 2005 Posted April 23, 2005 Ok. First you decompress the installer. Then there is a folder called disk_1, in which the setup.exe can be found. The switch for AntiVir is...\SETUP.EXE /SILENT @NO_SCANBut the important thing is this:The switch won't work on a system that already has AV installed, so remove your AntiVir and try again. Because of this, AntiVir will install with that switch during unattended install.The @NO_SCAN will cancel the Virus-Scan that AntiVir starts after setup. Then you only have to kill the upcoming window with CloseWindow, or an equivalent program. I use this cmd in my batch file:start /wait CloseWindow.exe /AntiVir - Personal EditionYou first have to specify the path of CloseWindow.exe (for me its system32, so it can be called directly.) and then you have to give the name of the Window. For german installs it is "AntiVir - Personal Edition".<{POST_SNAPBACK}>Hmm, you're right. I could swear they removed the switch as i tested a new version on a clean xp install, but now it works just as before. Thanks a lot!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now