MSFN Forum: NEW avast! Free 6.0.1203 - 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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

NEW avast! Free 6.0.1203 Rate Topic: -----

#1 User is offline   Caml Light 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 03-October 03

Posted 11 July 2011 - 04:58 PM

Hi guys, the latest version of avast! Free when installed silently with a batch file using the "/SILENT" or "/VERYSILENT" command, installs automatically GoogleUpdate and Chrome. With the previous version of avast! there were no problems. I've also tried to add this REG key to prevent Chrome installation:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\No Chrome Offer Until]
"AVAST Software"=dword:01404cff

While this trick works with other softwares (for example CCleaner), with avast! it doesn't work. Anyway i've posted here without success:

http://forum.avast.c...p?topic=81104.0

Have you any idea? Thank you!


#2 User is offline   visegrip 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 19-October 08

Posted 16 July 2011 - 04:35 PM

View PostCaml Light, on 11 July 2011 - 04:58 PM, said:

Hi guys, the latest version of avast! Free when installed silently with a batch file using the "/SILENT" or "/VERYSILENT" command, installs automatically GoogleUpdate and Chrome. ...

I am looking at this, but haven't come up with anything yet.
I can't find any way to extract the msi from setup_av_free.exe to have a peek at the property table to see if there are any values that can disable the Google software installation.
Even if the user opts out using the GUI install, a Google key is added to HKLM/Software, which is annoying.
One possible solution will be to create an AutoIT script to run the GUI install and opt out, then delete the google registry key afterwards.
The mods in the Avast forum have not revealed anything, so it appears their new policy is to force the Google software installation with the free version of Avast when the install is done silently.
BTW, if AvastFree is installed when the system is offline, only Google Update is put on the system.

#3 User is offline   bitlover 

  • Group: Members
  • Posts: 1
  • Joined: 05-August 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 August 2011 - 08:58 AM

My investigations concluded that during the installation of avast the process named avsx.exe is responsible to install chrome.

Just block avsx.exe from running and chrome will be not installed.

I.e. Add to Registry the following entry.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\avsx.exe]
"Debugger"="logonui.exe"

After run avast setup silently. Do not forget after the installation has finished to remove that entry from the registry.

Regards

#4 User is offline   visegrip 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 19-October 08

Posted 06 August 2011 - 04:00 AM

View Postbitlover, on 05 August 2011 - 08:58 AM, said:

My investigations concluded that during the installation of avast the process named avsx.exe is responsible to install chrome.

Just block avsx.exe from running and chrome will be not installed.

I.e. Add to Registry the following entry.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\avsx.exe]
"Debugger"="logonui.exe"


I confirm the information in bitlover's post.
The following config.txt works with avast Free 6.0.1203 and the modified 7zsfx module (v.1.5.0.2100 beta) to create an AVAST FREE 6 silent installer with no Chrome or Google update.
;!@Install@!UTF-8!
GUIMode="2"
MiscFlags="4"
RunProgram="regedit /s \"%%T\\Avast6Registration.reg\""
RunProgram="hidcon:cmd /c reg add \"HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\avsx.exe\" /v Debugger /t REG_SZ /d logonui.exe /f"
RunProgram="hidcon:cmd /c reg add \"HKLM\\SOFTWARE\\AVAST Software\\Avast\" /v UpdateReady  /t REG_DWORD /d 00000001  /f"
RunProgram="setup_av_free.exe /Silent"
RunProgram="hidcon:cmd /c reg delete HKLM\\SOFTWARE\\Google /f"
RunProgram="hidcon:cmd /c reg delete \"HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\avsx.exe\" /f"
;!@InstallEnd@!


Avast6Registration.reg contains two entries ("RegData" and "Registration") exported from the registry ( HKLM\SOFTWARE\AVAST Software\Avast).
This installer works in an XP SP3 virtual machine, I haven't tested it at RunOnceEx yet.
If anyone wants Chrome or Google Update don't use this.

#5 User is offline   visegrip 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 19-October 08

Posted 04 September 2011 - 08:55 PM

A user in the Avast Forums posted the following command line to silently install Avast and prevent Google Chrome installation:

/VERYSILENT /NORESTART /SP- /"Chrome"="false"


The poster claimed it worked for a Win7 unattended installation.
I've tried that command line with the latest version of Avast (6.0.1279.0) on Win XP SP3 and it doesn't work for me.
Can anyone confirm that command on any Win version?

#6 User is offline   Caml Light 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 03-October 03

Posted 04 September 2011 - 10:06 PM

View Postvisegrip, on 04 September 2011 - 08:55 PM, said:

A user in the Avast Forums posted the following command line to silently install Avast and prevent Google Chrome installation:

/VERYSILENT /NORESTART /SP- /"Chrome"="false"


The poster claimed it worked for a Win7 unattended installation.
I've tried that command line with the latest version of Avast (6.0.1279.0) on Win XP SP3 and it doesn't work for me.
Can anyone confirm that command on any Win version?


I've tried the trick on XP SP3 Virtual Machine with the latest official version of avast! and it doesn't work.

#7 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 6,989
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 September 2011 - 08:46 AM

I did a test install that did not install chrome, however GoogleUpdate.exe did appear in Task Manager but this system did not have access to the internet.

setup_av_free.exe /silent /oem


Available switches:
/silent
/verysilent
/oem
/msi
/autorun

I didn't try /msi or /autorun to see what that did.

#8 User is offline   visegrip 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 19-October 08

Posted 07 September 2011 - 12:41 AM

View PostTripredacus, on 06 September 2011 - 08:46 AM, said:


Available switches:
/silent
/verysilent
/oem
/msi
/autorun

I didn't try /msi or /autorun to see what that did.

Thanks Tripredacus.
I have tried all the above switches except /autorun in various combinations, and both with and without /"Chrome"="false" as an additional switch, but none prevent Google Update from being added to ProgramFiles and the registry (HKLM).
If a silent install without Chrome or Google Update is possible using only command line switches, then there must be another switch or a parameter added to one of the switches.

#9 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 6,989
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 September 2011 - 08:02 AM

This type of install will creates an ini file in the Temp folder, which it uses as its answer file. It makes it based on the choices you make in the GUI. I didn't see any other switches that let you provide an answer file, also not even the /Chrome one you mention.

The main setup uses something called "SFXSTUB" while looks to just do an extract, however the files it extracts doesn't have a normal .exe from what I can see.

#10 User is offline   wanako1 

  • Group: Members
  • Posts: 1
  • Joined: 22-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2012 - 01:03 PM

Thanks!!
I will try it.
:thumbup

This post has been edited by wanako1: 22 January 2012 - 01:06 PM


#11 User is offline   buzmarius 

  • Group: Members
  • Posts: 3
  • Joined: 13-January 12
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 January 2012 - 07:57 AM

avast 6.0.1367 comes with google 16.0.912.63
one method is to leave avast to finish the job, kill chrome and uninstall with
"%USERPROFILE%\Local Settings\Application Data\Google\Chrome\Application\16.0.912.63\Installer\setup.exe" --uninstall --multi-install --chrome --system-level --force-uninstall


This method works only if the computer is not connected to internet, otherwise chrome is updating itself to a superior version.

#12 User is offline   visegrip 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 19-October 08

Posted 24 January 2012 - 04:18 PM

There is a package at RyanVM forum for creating a silent, switchless installer for the current version of AvastFree which prevents GoogleUpdate and the older VC runtimes from installing.
Be sure you have VC runtimes installed before using the created installer. Works at RunOnceEx also.

Look here:
http://www.ryanvm.ne...e8a5af5e145228e

Share this topic:


Page 1 of 1
  • 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