Jump to content

Avast Antivirus


Recommended Posts

I searched but nothing came up about it.

Also I can't find anything about setting Firefox as the default browser nor how to set DAP to be the default download accelerator (DAP isn't a valid search term).

Link to comment
Share on other sites


@WadeV1589

setupfre /SILENT /SP- /NORESTART /LOADINF="%systemdrive%\Apps\Security\antivirus\Avast\Avast.inf"

with,

Avast.inf

[Setup]
Lang=default
Dir=c:\Logiciels\Sécurité\Antivirus
Group=Sécurité\Antivirus\Avast
NoIcons=0
Components=

@+

Jj

Link to comment
Share on other sites

@big_gie

not really difficult when u realize that the setup is a simple Inno package.

For more information please read Tim Rude's post (he read the IS help for us :) ) at

http://news.jrsoftware.org/news/innosetup/msg18863.html

Hope the link works for a while !

To summarize,

The following information comes from the IS help:

Optional Setup Command Line Parameters:

/SP-

Disables the This will install... Do you wish to continue? prompt at the

beginning of Setup. Of course, this will have no effect if the

DisableStartupPrompt [setup]section directive was set to yes.

/SILENT, /VERYSILENT

Instructs Setup to be silent or very silent. When Setup is silent the wizard

and the background window are not displayed but the installation progress

window is. When a setup is very silent this installation progress window is

not displayed. Everything else is normal so for example error messages

during installation are displayed and the startup prompt is (if you haven't

disabled it with DisableStartupPrompt or the '/SP-' command line option

explained above)

If a restart is necessary and the '/NORESTART' command isn't used (see

below) and Setup is silent, it will display a Reboot now? messagebox. If

it's very silent it will reboot without asking.

/NOCANCEL

Prevents the user from cancelling during the installation process, by

disabling the Cancel button and ignoring clicks on the close button. Useful

along with /SILENT.

/NORESTART

Instructs Setup not to reboot even if it's necessary.

/LOADINF="filename"

Instructs Setup to load the settings from the specified file after having

checked the command line. This file can be prepared using the '/SAVEINF='

command as explained below.

Don't forget to use quotes if the filename contains spaces.

/SAVEINF="filename"

Instructs Setup to save installation settings to the specified file.

Don't forget to use quotes if the filename contains spaces.

/DIR="x:\dirname"

Overrides the default directory name displayed on the Select Destination

Directory wizard page. A fully qualified pathname must be specified. If the

[setup] section directive DisableDirPage was set to yes, this command line

parameter is ignored.

/GROUP="folder name"

Overrides the default folder name displayed on the Select Start Menu Folder

wizard page. If the [setup] section directive DisableProgramGroupPage was

set to yes, this command line parameter is ignored.

/NOICONS

Instructs Setup to initially disable the Don't create any icons check box on

the Select Start Menu Folder wizard page.

/COMPONENTS="comma separated list of component names"

Overrides the default components settings. Using this command line parameter

causes Setup to automatically select a custom type.

---

Optional Uninstaller Command Line Parameters:

/SILENT

When specified, the uninstaller will not ask the user any questions or

display a message stating that uninstall is complete. Shared files that are

no longer in use are deleted automatically without prompting. Any critical

error messages will still be shown on the screen.

Caution: there are some bugs when you set the pathname. Depend on the Innosetup software version, it will be concatenated with the Program Files pathname like

c:\Program Files\c:\whatever your path is

and abort the installation.

A work around is :

please don't specify the drive letter and ajust your pathname with some ..\..\ like

..\..\your path\you have chosen\

Hope that will help.

@+

Jj

Link to comment
Share on other sites

And now the second KissKool effect...(pub)

If that doesn't always work for you, create your target paths before u launch the install.

ps: Great, i didn't realize that i could win a star :rolleyes:, thx for my supporters :)

@+

Jj

Link to comment
Share on other sites

  • 5 weeks later...

I tried to use the switch /saveinf="C:\avast.inf" when I did an install, but it didn't work. I don't want all the components of Avast Pro installed (ie. only p2p, standard shield and another one).

I tried to write my own inf file with the components, but it didn't work. Does anyone know what the component names are?

Thanks

]Bonkers[

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...
im using a runonceex.cmd...but that still doesnt tell me what type of installer it is...

@Radimus

since you used [quote]start /wait "" AvastAV\setupeng.exe /SILENT /SP- /NORESTART[/quote]

That would mean its a inno setup...so isn't my [code]c:\setupeng.exe /setupinf=".\avast.inf"[/code] working?
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...