Ghandalf Posted April 28, 2004 Posted April 28, 2004 Hi,I want to include AntiVir in my unattended DVD and I have big problems with it!H+BEDV includes in the help-file some switches for unattended install, but this is only for the professional edition and I don't want to buy it!So my question: Does anyone know how to do a silent installation with the personal edition?I tried to combine the setup.inf of the professional edition with the personal edition, but I wasn't able to deactivate the virus scan before the setup! The personal edition ignores the this option of the inf-file!Please help me!! Ghandalf
killerbee Posted May 1, 2004 Posted May 1, 2004 hi,greets to my home-country please provide me with a download-link so i can play around a little bit with it - maybe i can solve ur probs.cyaKiller Bee
Bachus Posted May 1, 2004 Posted May 1, 2004 http://www.free-av.com/index.htmI'm also interested in this. I was going to make a vbscript to install it, but I haven't gotten around to it yet.
killerbee Posted May 2, 2004 Posted May 2, 2004 hi,just unpack avwinsfx.exe and run it with:Setup.exe /silentbut you have to live with the initial virus-scan.hope this helps a bitcyaKiller Bee
psaac Posted May 4, 2004 Posted May 4, 2004 Perhaps we can add a "killtask" command....What do you yhink ?
killerbee Posted May 4, 2004 Posted May 4, 2004 hi,i think u should give it a try and report back your results. cyaKiller Bee
bonedaddy Posted May 4, 2004 Posted May 4, 2004 it's burning as I typeI'll let you know.... I've been looking forthis for a while as I know Backus has,can't believe it's this simple!!I'll be backbonedaddy
bonedaddy Posted May 4, 2004 Posted May 4, 2004 hEY KillerBwELL it finished not real silent and itadded 2.5 min to my install but it didfinish, if we can point pskill at it would be good........thanks for your troublebonedaddy
psaac Posted May 4, 2004 Posted May 4, 2004 After hours...made a working batch file...cmdow @ /HID {optionnal}@echo offecho.echo installing antivir...start install\Applications\avwinsfx\disk_1\Setup.exe /silentecho waiting for lukefilewalker to kill...:killtaskkill.exe /F /IM AVWIN.EXEif errorlevel 1 GOTO killexit
bonedaddy Posted May 5, 2004 Posted May 5, 2004 @ PSAACI'll give it a go, best in cmd?what about runonceEX from a %cdrm% ?thanks for your time, I really like AntiVir,they update reg and it works well....BonedaddyI'll let you know
bonedaddy Posted May 5, 2004 Posted May 5, 2004 @ PSAAC no... it started the initial scan thencmd window said cannot find avwin and repeated it many timesis errorlevel one word???any other suggestions???let me know and thanks----Dogs need more bones----BonedaddyEDIT: It would help if I copy and paste, sorrybut I typed start\wait thats not what youhad in your code changed it and works......
psaac Posted May 5, 2004 Posted May 5, 2004 I'm a newby in writing cmd but I'm quite proud of this one....I tried with the Runonceex method but it didn't work so I did it in cmd...Hope this will help some....SEeYaPsaac
marc.grooz Posted May 16, 2004 Posted May 16, 2004 Hi,I try to install Antivir Personal with "setup.exe /silent" but i wont work! What's wrong? The initial setupscreen apears.Tanks for your Help.Marc
Chaos2 Posted July 9, 2004 Posted July 9, 2004 I have found at way to install Antivir Personal Edition silent.English is not my main language, but I still hope it is understandably.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=0You can change rest of the setting as you like, but this setting are very importen.Scan=2 is not documentet, but it prevent scan after the 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 and no scan when it is done
A.S. Posted July 10, 2004 Posted July 10, 2004 REG ADD %KEY%\015 /VE /D "AntiVir Personal Edition" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\AntiVir\setup.exe /SILENT @NO_SCAN" /f
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now