November 15, 200421 yr 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
November 27, 200421 yr 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.
December 7, 200421 yr 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
April 1, 200521 yr Yeah, i doesn't work anymore for me 2. If anyone knows the new silent switches for FreeAV, i would really appreciate it ;-)
April 1, 200521 yr 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
April 2, 200521 yr 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".
April 23, 200521 yr 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!
Create an account or sign in to comment