NEW avast! Free 6.0.1203
#1
Posted 11 July 2011 - 04:58 PM
[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
Posted 16 July 2011 - 04:35 PM
Caml Light, on 11 July 2011 - 04:58 PM, said:
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
Posted 05 August 2011 - 08:58 AM
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
Posted 06 August 2011 - 04:00 AM
bitlover, on 05 August 2011 - 08:58 AM, said:
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
Posted 04 September 2011 - 08:55 PM
/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
Posted 04 September 2011 - 10:06 PM
visegrip, on 04 September 2011 - 08:55 PM, said:
/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
Posted 06 September 2011 - 08:46 AM
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
Posted 07 September 2011 - 12:41 AM
Tripredacus, 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
Posted 07 September 2011 - 08:02 AM
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
Posted 22 January 2012 - 01:03 PM
I will try it.
This post has been edited by wanako1: 22 January 2012 - 01:06 PM
#11
Posted 24 January 2012 - 07:57 AM
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
Posted 24 January 2012 - 04:18 PM
Be sure you have VC runtimes installed before using the created installer. Works at RunOnceEx also.
Look here:
http://www.ryanvm.ne...e8a5af5e145228e



Help
Back to top









