MSFN Forum: How Can I Make Avira AntiVir Silent Install ? What is switch ? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

How Can I Make Avira AntiVir Silent Install ? What is switch ? Rate Topic: -----

#1 User is offline   ahmedah 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 29-January 08

Posted 01 February 2008 - 11:03 AM

Hello ..

How Can I Make Avira AntiVir Silent Install ?? What is switch ??

I use USEF to Know a switch and It didn't found it ??

What Can I Do ??


#2 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,195
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 01 February 2008 - 11:18 AM

Moved to appropriate Forum

Will this help?

#3 User is offline   ahmedah 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 29-January 08

Posted 02 February 2008 - 05:42 AM

Sorry .. I did not found what I want

Please All Help me

#4 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 02 February 2008 - 03:40 PM

View Postahmedah, on Feb 2 2008, 01:42 PM, said:

Sorry .. I did not found what I want

Please All Help me

Try the next script for Avira AntiVir PersonalEdition Classic 7.06.00.270 :
 
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.2.10.0
 Author:         myName
 
 Avira AntiVir PersonalEdition Classic 7.06.00.270

 Script Function:
	Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

Opt("TrayIconDebug", 1)
Opt("SendKeyDelay", 200)
; Executable file name
$EXECUTABLE = "antivir_workstation_win7u_en_h.exe"
; Installation folder
$INSTALLLOCATION = @ProgramFilesDir & "\Avira\AntiVir PersonalEdition Classic"

If FileExists($INSTALLLOCATION & "\avguard.exe") Then
	MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Avira before using this script", 4)
	Exit
EndIf

; Run the installer
Run($EXECUTABLE)

; Accept
WinWait("Avira AntiVir PersonalEdition Classic", "Accept")
WinActivate("Avira AntiVir PersonalEdition Classic", "Accept")
ControlClick("Avira AntiVir PersonalEdition Classic", "", "Button1")

; Welcome to the setup for
WinWaitActive("Avira AntiVir PersonalEdition Classic", "Welcome to the setup for")
ControlClick("Avira AntiVir PersonalEdition Classic", "", "Button2")

; Avira AntiVir PersonalEdition Classic is designed to protect your system from threats of various kinds.
WinWaitActive("Avira AntiVir PersonalEdition Classic", "Avira AntiVir PersonalEdition Classic is designed to protect your system from threats of various kinds.")
ControlClick("Avira AntiVir PersonalEdition Classic", "", "Button2")

; I &accept the terms of the license agreement
WinWaitActive("Avira AntiVir PersonalEdition Classic", "I &accept the terms of the license agreement")
ControlCommand("Avira AntiVir PersonalEdition Classic", "", "Button1", "Check", "")
ControlClick("Avira AntiVir PersonalEdition Classic", "", "Button3")

; I accept that Avira AntiVir PersonalEdition Classic is for private use
WinWaitActive("Avira AntiVir PersonalEdition Classic", "I accept that Avira AntiVir PersonalEdition Classic is for private use")
ControlCommand("Avira AntiVir PersonalEdition Classic", "", "Button1", "Check", "")
ControlClick("Avira AntiVir PersonalEdition Classic", "", "Button4")

; Generate random serial number and submit during update
WinWaitActive("Avira AntiVir PersonalEdition Classic", "Generate random serial number and submit during update")
ControlCommand("Avira AntiVir PersonalEdition Classic", "", "Button1", "UnCheck", "")
ControlClick("Avira AntiVir PersonalEdition Classic", "", "Button5")

; All program features will be installed.
WinWaitActive("Avira AntiVir PersonalEdition Classic", "All program features will be installed.")
ControlClick("Avira AntiVir PersonalEdition Classic", "", "Button7")

; Installation complete
WinWaitActive("Avira AntiVir PersonalEdition Classic", "Installation complete")
ControlCommand("Avira AntiVir PersonalEdition Classic", "", "Button1", "UnCheck", "")
ControlClick("Avira AntiVir PersonalEdition Classic", "", "Button12")

; Do you want to start an update now?
WinWaitActive("Setup of Avira AntiVir PersonalEdition Classic", "Do you want to start an update now?")
ControlClick("Setup of Avira AntiVir PersonalEdition Classic", "", "Button2")

; Close scan process
ProcessWait("avscan.exe")
$PID = ProcessExists("avscan.exe")
If $PID Then
	ProcessClose($PID)
EndIf 


#5 User is offline   krose 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 05-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 February 2008 - 02:31 PM

I figured out a way to do a totally silent switchless installer for Avira Antivir Personal Edition Classic. It involves a little work but in the end works nicely. You will need the following:

Antivir_workstation_win7u_en_h.exe http://www.free-av.com/
WinRAR http://www.rarlab.com
Cwnd.exe http://www.ryanvm.ne...opic.php?t=5017 , executable is in the “release” folder
Process.exe http://www.beyondlogic.org/consulting/proc...processutil.htm

Download Antivir and extract it with 7-zip or WinRAR to a folder, I called it antivirpec. We are going to create two files and add them to the folder. Open a text editor such as notepad and copy the following text.
 
[DATA]
DestinationPath="C:\Program Files\Avira\AntiVir Workstation"
ProgramGroup=1
DesktopIcon=0
ShellExtension=1
Guard=1
MailScanner=0
KeyFile=C:\Windows\Temp\Avira\hbedv.key
ShowReadMe=0
RestartWindows=0
ShowRestartMessage=0
 

If you want a desktop icon change the 0 (no) to 1 (yes). MailScanner must be 0 because it is not included in the free edition. If you want to change the path of the install or the path to the registration key just make sure it is an absolute path, variables such as %windir% will not work. Save the file as setup.inf and place it in the antivirpec folder.

Open notepad again and copy the following text.
 
cwnd /hide @
@echo off
start /wait %windir%\Temp\Avira\basic\setup.exe /inf="%windir%\Temp\Avira\setup.inf"
process -k avscan.exe
exit
 

cwnd.exe is a utility to hide the DOS box when the command runs. You could also use cmdow.exe. Just be sure that whichever you use is in your system32 folder.

The setup command uses the switch /inf which uses the parameters in the setup.inf file we created and causes the setup to be run silently.

Process.exe is a utility to kill processes in Windows 2000 and Windows XP Home. If you are using XP Pro you can use the taskkill command instead. This command kills the automatic scan that starts after install. If you use process.exe be sure it is in your system32 folder. Save the file as antivir.cmd and place it in the antivirpec folder.

Now make the installer with WinRAR. Open WinRAR and browse to the antivirpec folder. Right click on a file and choose “select all”, making sure all the files and folders are highlighted, then click “Add” on the Toolbar. You’ll get the “Archive name and parameters” window. On the General tab Select “best” as compression method, and check “create solid archive” and “create SFX archive”. Change the archive name if you like but it must have the .exe extension.
Posted Image

Switch to the Advanced tab and select “SFX options” to open Advanced SFX options window.
Posted Image

On the General tab in the “Path to extract” box type the path you want to extract the installer to. Make sure it is the same path you have in the antivir.cmd file. Then in the “Run after extraction” box type in the path to the antivir.cmd file.
Posted Image

Change to the Modes tab and select the “hide all” and “overwrite existing files” radio buttons.
Posted Image

Close the “Advanced SFX Options” window by clicking OK, then click OK on the “Archive name and parameters” window to start creating the installer. The finished installer is created in the antivirpec folder.

#6 User is offline   ahmedah 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 29-January 08

Posted 05 February 2008 - 12:33 PM

----- Post Nº1 -----

View Postradix, on Feb 2 2008, 04:40 PM, said:

<snip>
Try the next script for Avira AntiVir PersonalEdition Classic 7.06.00.270 :<snip>



Thank You .. It wprked :thumbup

But I want It Hidden .. :blushing:

----- Post Nº2 -----

View Postkrose, on Feb 4 2008, 03:31 PM, said:

I figured out a way to do a totally silent switchless installer for Avira Antivir Personal Edition Classic. It involves a little work but in the end works nicely.<snip>


Thank you very very very much

But Sorry It does not work .. Why ??

I do what you said exactly ..

This post has been edited by Yzöwl: 05 February 2008 - 01:55 PM
Reason for edit: excessive unrequired quoted messages snipped and posts merged


#7 User is offline   biatche 

  • Member
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 23-November 05

Posted 05 February 2008 - 02:23 PM

why use process.exe and not just taskkill?

#8 User is offline   krose 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 05-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 February 2008 - 05:58 PM

As I mentioned in my post, Taskkill is only available for XP Pro users, process.exe is only for XP Home and Win2k users, unless someone can enlighten me otherwise.

@ahmedah - if you followed my example exactly it should work. Make sure that the paths are correct. What OS are you using?

This post has been edited by krose: 05 February 2008 - 08:33 PM


#9 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 06 February 2008 - 03:22 AM

View Postahmedah, on Feb 5 2008, 08:33 PM, said:

But Sorry It does not work .. Why ??
I do what you said exactly ..

krose's method works.

#10 User is offline   ahmedah 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 29-January 08

Posted 06 February 2008 - 08:46 AM

View Postkrose, on Feb 5 2008, 06:58 PM, said:

As I mentioned in my post, Taskkill is only available for XP Pro users, process.exe is only for XP Home and Win2k users, unless someone can enlighten me otherwise.

@ahmedah - if you followed my example exactly it should work. Make sure that the paths are correct. What OS are you using?


Thank you

Is key file is text file ?

I use XP Professional Edition

#11 User is offline   krose 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 05-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 February 2008 - 12:32 PM

The registration key file is named hbedv.key. It is in the antivirpec folder to which you extracted Antivir_workstation_win7u_en_h.exe. The setup.inf file you created refers to the key file location, which in this example is C:\Windows\Temp\Avira. The paths you enter in the WinRAR Advanced SFX Options window tells the installer to extract to C:\Windows\Temp\Avira, then to run the antivir.cmd file you created, which in turn runs the setup.exe. Make sure your setup.inf and antivir.cmd files have the proper file extension and check all your paths to make sure they are the same as the example. I can't explain it any better than that.

#12 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 16 April 2008 - 12:53 AM

@krose

WOW - this is the best idea I ever saw to install AVIRA AntiVir completely silent and unattended! I don't like the AutoIt-scripts where you can see all the windows appearing and disappearing again (BTW, is it possible to hide these installation-windows with AutoIt, maybe with moving it out of the screen?)

I ask myself if this also works for the new version 8 of AntiVir? Are there any new parameters in the INF-file that should also be considered? Does the INF-file work further?

I will test this later today and will report my experiences here!

EDIT: works like a charm :thumbup

I also found a way to avoid any kind of window appearing while the installation, so that it's now completely silent and unattended! If you're familiar with German, you can read my posting here: http://www.german-nlite.de/index.php?s=&am...st&p=119050

Best regards

cool400 :ph34r:

This post has been edited by cool400: 16 April 2008 - 03:29 PM


#13 User is offline   krose 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 05-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 April 2008 - 06:46 AM

cool400,

Thanks for the information. I didn't realize that version 8 was out. Looking at the documentation I have discovered that there is a new setup.inf entry. Add the line
ScanMode=0

to setup.inf and you can eliminate the use of the cmd file to kill the post-install scan. The setup command will now run from the advanced SFX options setup program run after extraction window:
%windir%\Temp\Avira\basic\setup.exe /inf="%windir%\Temp\Avira\setup.inf"

Tested and totally silent for me.

#14 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

Posted 21 April 2008 - 01:30 PM

@krose

Thanks a lot - I will modify my files ASAP!

I already figured some more possible parameters out :yes: But I don't know if all of them are possible for the Free-version :blink:

This is what I found:

DestinationPath
ProgramGroup
DesktopIcon
FireWall
WindowsFireWall
ScanMode
KeyFile
AVWinIni
RestartWindows
ShowRestartMessage
Password
MailScanner
Rootkit
WebGuard
Guard
ShowReadMe
ShellExtension

Do you know what we can use in our setup.inf?

BTW, in the next hours/days I will upload a complete automated Antivir 8-batch which updates automatically before bulding the SFX and - if you wish - build an nLite-Addon :thumbup

Best regards

cool400 :ph34r:

#15 User is offline   krose 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 05-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 April 2008 - 04:47 PM

@cool400

I found the setup.inf parameters in the Avira Antivir Professional manual. They are covered in section 4.5.4. All versions must use the same installer so I would think any of the setup parameters except for the mail scanner would work in the free version. The only way to find out is to test them. Thanks for your help.

#16 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 23 April 2008 - 02:59 PM

Hi krose, thanks for this information, I will figure out if I can use some of the parameters!

If you are interested, I've made a script to install Antivir 8 fully silent and unattended, fully customizable and always up-to-date virus-definitions: Avira Antivir 8 Free - complete silent and unattended

Best regards

cool400 :ph34r:

#17 User is offline   masterj 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 12-May 05

Posted 01 May 2008 - 08:13 AM

anyone knows how to install premium security suite with setup.inf? what are options for gamemode and such?

at the moment my setup.inf is:
[DATA]
DestinationPath=C:\Software\AntiVir Workstation
ProgramGroup=0
DesktopIcon=1
ShellExtension=1
Guard=1
MailScanner=1
KeyFile=key\HBEDV_2008-07-15.KEY
ShowReadMe=0
RestartWindows=0
ShowRestartMessage=0
ScanMode=0


#18 User is offline   Sammy20 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 14-January 04

Posted 02 May 2008 - 07:43 PM

Hey, great guide! Your instructions worked really well for me.

Is it possible to integrate the latest virus database into the extracted install folder?

#19 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 03 May 2008 - 12:37 AM

@ Sammy20: I always copy the updated files from the running AntiVir into the folder where my AntiVir install for the Windows-DVD is. So just look which files get updated (e.g. antivir3.vdf) in the report and then copy and replace them in your install source. Works fine for me. :)

#20 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 03 May 2008 - 01:07 AM

View PostSammy20, on May 3 2008, 03:43 AM, said:

Hey, great guide! Your instructions worked really well for me.

Is it possible to integrate the latest virus database into the extracted install folder?


Go here, grab my Antivir8_AOM - and enjoy an always up-to-date Antivir 8 :thumbup

Best regards

cool400 :ph34r:

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy