April 28, 200422 yr 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
May 1, 200422 yr 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
May 1, 200422 yr 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.
May 2, 200422 yr 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
May 4, 200422 yr 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
May 4, 200422 yr 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
May 4, 200422 yr 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
May 5, 200422 yr @ 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
May 5, 200422 yr @ 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......
May 5, 200422 yr 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
May 16, 200422 yr 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
July 9, 200422 yr 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
July 10, 200422 yr 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
Create an account or sign in to comment