June 9, 200422 yr 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).
June 10, 200422 yr http://www.msfn.org/board/index.php?showtopic=13132&hl=avastand it is in the second page of the sticky. Like Alanoll has said probably too many times, People need to keep in mind that alot of things are more than 30 days old when you are searching.
June 12, 200422 yr @WadeV1589setupfre /SILENT /SP- /NORESTART /LOADINF="%systemdrive%\Apps\Security\antivirus\Avast\Avast.inf"with,Avast.inf[Setup]Lang=defaultDir=c:\Logiciels\Sécurité\AntivirusGroup=Sécurité\Antivirus\AvastNoIcons=0Components=@+Jj
June 12, 200422 yr @JjazzHey m8 where did you get that info??? I looked so long for this one The only thing I've found was putting the inf in the same directory...
June 12, 200422 yr @big_gienot 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 ) athttp://news.jrsoftware.org/news/innosetup/msg18863.htmlHope 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 thebeginning of Setup. Of course, this will have no effect if theDisableStartupPrompt [setup]section directive was set to yes./SILENT, /VERYSILENTInstructs Setup to be silent or very silent. When Setup is silent the wizardand the background window are not displayed but the installation progresswindow is. When a setup is very silent this installation progress window isnot displayed. Everything else is normal so for example error messagesduring installation are displayed and the startup prompt is (if you haven'tdisabled it with DisableStartupPrompt or the '/SP-' command line optionexplained above)If a restart is necessary and the '/NORESTART' command isn't used (seebelow) and Setup is silent, it will display a Reboot now? messagebox. Ifit's very silent it will reboot without asking./NOCANCELPrevents the user from cancelling during the installation process, bydisabling the Cancel button and ignoring clicks on the close button. Usefulalong with /SILENT./NORESTARTInstructs Setup not to reboot even if it's necessary./LOADINF="filename"Instructs Setup to load the settings from the specified file after havingchecked 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 DestinationDirectory wizard page. A fully qualified pathname must be specified. If the[setup] section directive DisableDirPage was set to yes, this command lineparameter is ignored./GROUP="folder name"Overrides the default folder name displayed on the Select Start Menu Folderwizard page. If the [setup] section directive DisableProgramGroupPage wasset to yes, this command line parameter is ignored./NOICONSInstructs Setup to initially disable the Don't create any icons check box onthe Select Start Menu Folder wizard page./COMPONENTS="comma separated list of component names"Overrides the default components settings. Using this command line parametercauses Setup to automatically select a custom type.---Optional Uninstaller Command Line Parameters:/SILENTWhen specified, the uninstaller will not ask the user any questions ordisplay a message stating that uninstall is complete. Shared files that areno longer in use are deleted automatically without prompting. Any criticalerror 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 likec:\Program Files\c:\whatever your path isand 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
June 12, 200422 yr 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 , thx for my supporters @+Jj
July 11, 200422 yr 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[
July 20, 200422 yr I didn't know avast antivirus used inno setup. Last time I tried it (about three weeks ago) it wasn't. That's news to me. Oh well.
December 24, 200421 yr the /saveinf doesnt work for me...i have the latest version of Avast home...did they change the type of installer? [code]c:\setupeng.exe /setupinf=".\avast.inf"[/code] Thats the code i used
December 24, 200421 yr 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?
December 24, 200421 yr I think i just found my mistake... i wrote setupinf instead saveinf.... edit: Well I tried [code]c:\avast45549.exe /saveinf=".\avast.inf"[/code] and [code]c:\avast45549.exe /saveinf="c:\avast.inf"[/code] but still doesn't work...
Create an account or sign in to comment