Dynaletik Posted September 19, 2004 Posted September 19, 2004 Does anyone know the Silent Switches for the Antivirus-Scanner Antivir?(AntiVir Homepage)
pepipo Posted September 19, 2004 Posted September 19, 2004 extract the file you downloaded.then install it silently with this batch-script.(the batch kills the scanning after setup and the antivir-guard in system-tray...)::--------------------------------------------avwinsfx\Setup.exe /silent:killtaskkill.exe /F /IM AVWIN.EXEif errorlevel 1 GOTO killtaskkill.exe /F /IM AVGNT.EXE::--------------------------------------------
Che0ps Posted September 20, 2004 Posted September 20, 2004 Hmm.. i cant use the silent after the setup... it wont work :Sany other good idea's
buletov Posted September 20, 2004 Posted September 20, 2004 try it like this:start /wait avwinsfx\Setup.exe /silent:killtaskkill.exe /F /IM AVWIN.EXEif errorlevel 1 GOTO killtaskkill.exe /F /IM AVGNT.EXE
Chaos2 Posted September 24, 2004 Posted September 24, 2004 Try this. 1) Download AntiVir Pro. From http://www.hbedv.com/en/products/antivir_w...tion/index.html (select AntiVir Windows Workstation - zip version)2) Extract the file "\disk_1\Admin\setup.inf".3) Open Setup.inf with at text - editor and change it setting to following :ReadmeNew=0Scan=2ShowReadMe=0RestartWindows=0Pop3=0Scan=2 prevent scan during installation.4) Download AntiVir Personal Edition and extract the files for installation.Start the install, for exampel like this :"C:\install\Antivir\disk_1\setup.exe /INFc:\install\Antivir\setup.inf /PATHc:\install\Antivir\disk_1"Use the whole path to setup.exe and setup.inf/PATH tell where the installation files are.It install silent
Daimao Posted September 24, 2004 Posted September 24, 2004 try it like this:start /wait avwinsfx\Setup.exe /silent:killtaskkill.exe /F /IM AVWIN.EXEif errorlevel 1 GOTO killtaskkill.exe /F /IM AVGNT.EXEThis works just as good and is less work
pepipo Posted October 3, 2004 Posted October 3, 2004 thx @chaosi do it this way now:::---------------------------------------------------7z x "avwinsfx.exe" -aoa -o"%TEMP%"COPY setup.inf "%TEMP%\disk_1\setup.inf"CD /D "%TEMP%\disk_1"START /WAIT setup.exe /INF.\setup.infCD ..RD /S /Q "%TEMP%\disk_1"::---------------------------------------------------1.) download AntiVir-free2.) check the "setup.inf" and change like "chaos" explained. comment this line: ;SourcePathDisk1=D:\INST\DISK_13.) get 7-zip (http://www.7-zip.org/)3.) use the batch above...all files are in the same directory: avwinsfx.exe, setup.bat, setup.infi extract the file on command line with 7z (http://www.7-zip.org/). i'm sure there are other ways to unzip...i did it that way.(perhaps you wonder why i don't do this: START /WAIT setup.exe /INF"%TEMP%\disk_1\setup.inf" -> it doesn't work if you have spaces in your path. so i just copy the inf in the same dir...)
_MegaX_ Posted May 3, 2005 Posted May 3, 2005 i dont know what i do wrong...i have tried all of the ways to install AntiVir silent, it installs silent om my pc, but everytime again, i put it in my unattended cd and, poef, there pops up the ui...i have made a several repacks with iexpress with all the possible switches i have found about antivir... Also i think i have discovered a new way to install it silent with iexpress touch it thus not work for me... It works fine on a normal pc but not on Microsoft Virtual Machine...Anyone idee's?i have a copy on my server, if it works on somebody's virtual machine please let me know! masterx@megax.org i'm workink on this program for more than 1 week all the rest works fine, my image is already 2.96Gb just this stupid antivirus app is getting me crazy here is the example:AntiVirUA.EXEAntiVirUA.SED-------------------------------------------------------------------------------Install Program: setup.exe /INFsetup.inf /silent @no_scan Post install Command: nircmd.exe win close class "CabinetWClass" -------------------------------------------------------------------------------place nircmd.exe in your system32 folder then you should be able to launch nircmd from everywhere on your pcnircmd is a commandline tool with some nice futeres like open/close cd tray, create desktop shortcuts to mute the system volume, to a website...here is a link to there site:http://www.nirsoft.net/utils/nircmd.htmlAlways verry low prices Computers!CompstoreOnline
xpman Posted June 13, 2005 Posted June 13, 2005 I have the very same problem. After trying out the "/silent" command line parameter and the setup.inf modification the GUI window still pops up.
gon freecs Posted June 14, 2005 Posted June 14, 2005 (edited) setup.exe /SILENT @NO_SCANthis works for me . Edited June 14, 2005 by gon freecs
Sneakyghost Posted June 14, 2005 Posted June 14, 2005 (edited) maybe i've missed somethin the past few month but I'm pretty sure that it's still not possible to install the current versions of the free antivir silently.this function has been removed by H+B EDV way back in winter 2004.its now only available for sys admins who work with the expensive corp edition or other non-free versions.if that is not so i will apreciate a short note on that here since i'm looking for ways to get that function back myself.my solution is to keep using the old 6.26.0.10 (last version with silent switches)and update manually after install finishes.greetz sneakyghostps: b4 i forget that: even with that version u have 2 use the setup.inf method! doesn'work otherwise... Edited June 14, 2005 by Sneakyghost
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now