Jump to content

Switches for H+BEDV AntiVir Personal Edition 6.24?


Ghandalf

Recommended Posts

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

Link to comment
Share on other sites


After hours...

made a working batch file...

cmdow @ /HID {optionnal}

@echo off

echo.

echo installing antivir...

start install\Applications\avwinsfx\disk_1\Setup.exe /silent

echo waiting for lukefilewalker to kill...

:kill

taskkill.exe /F /IM AVWIN.EXE

if errorlevel 1 GOTO kill

exit

Link to comment
Share on other sites

@ PSAAC

:rolleyes:

no... it started the initial scan then

cmd window said cannot find avwin and

repeated it many times

is errorlevel one word???

any other suggestions???

let me know and thanks

----Dogs need more bones----

Bonedaddy

EDIT: It would help if I copy and paste, sorry

but I typed start\wait thats not what you

had in your code changed it and works...... :)

Link to comment
Share on other sites

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....

SEeYa

Psaac

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

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=0

Scan=2

ShowReadMe=0

RestartWindows=0

Pop3=0

You 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 :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...