jinkazama Posted September 26, 2012 Share Posted September 26, 2012 (edited) You can download AVG free 2013 offline installers (x86 x64) hereYou can use this code to perform a silent installavg_free_x64_all_2013_releasenumber.exe /UILevel=silent /AppMode=setup /InstallToolbar=0 /ChangeBrowserSearchProvider=0 /SelectedLanguage=1040 /InstallSidebar=0 /ParticipateProductImprovement=0 /DontRestart /DisableScan /KillProcessesIfNeededI'm italian and i've selected SelectedLanguage=1040 but you can change itHere a list of language codes Edited September 29, 2012 by jinkazama Link to comment Share on other sites More sharing options...
manzana1804 Posted September 29, 2012 Share Posted September 29, 2012 thanks a lot. But i was wondering if you could give me the languaje code for spanish(latinoamerica). thanks again Link to comment Share on other sites More sharing options...
myselfidem Posted September 29, 2012 Share Posted September 29, 2012 You can use this OS.vbs to know your OS language code :OS.vbsOn Error Resume NextConst wbemFlagReturnImmediately = &h10Const wbemFlagForwardOnly = &h20arrComputers = Array(".")For Each strComputer In arrComputers Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2") Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_OperatingSystem", "WQL", _ wbemFlagReturnImmediately + wbemFlagForwardOnly) For Each objItem In colItems WScript.Echo "CountryCode: " & objItem.CountryCode WScript.Echo "Locale: " & objItem.Locale strMUILanguages = Join(objItem.MUILanguages, ",") WScript.Echo "MUILanguages: " & strMUILanguages WScript.Echo "OSLanguage: " & objItem.OSLanguage NextNextCopy/paste inside Notepad and save as OS.vbs Link to comment Share on other sites More sharing options...
manzana1804 Posted September 29, 2012 Share Posted September 29, 2012 thanks a lot. that was really helpfull. Link to comment Share on other sites More sharing options...
myselfidem Posted September 29, 2012 Share Posted September 29, 2012 Thanks, you can also take a look here:Windows Locale Codes - Sortable listCheers Link to comment Share on other sites More sharing options...
jinkazama Posted September 29, 2012 Author Share Posted September 29, 2012 thanks a lot. But i was wondering if you could give me the languaje code for spanish(latinoamerica). thanks againI've updated first post adding a language code list Link to comment Share on other sites More sharing options...
skavenger Posted November 6, 2012 Share Posted November 6, 2012 It works.You can also use the witch /UILevel=minimal instead of /UILevel=silent.This will show you the main installer-screen with progressbar.The problem is: After installing it silent, it opens the UserGUI. If you try to kill the process avgui.exe it makes errors because you have no permissions to kill this.Any solutions to prevent the silent install from lauchning the GUI at the end?TIAskav Link to comment Share on other sites More sharing options...
jinkazama Posted November 6, 2012 Author Share Posted November 6, 2012 The problem is: After installing it silent, it opens the UserGUI. If you try to kill the process avgui.exe it makes errors because you have no permissions to kill this.Any solutions to prevent the silent install from lauchning the GUI at the end?TIAskavi found a working solution:add these lines after silent installerPING 1.1.1.1 -n 1 -w 5000 >NULtaskkill /t /f /im avgui.exe Link to comment Share on other sites More sharing options...
skavenger Posted November 6, 2012 Share Posted November 6, 2012 Tried this many times.Some times it works - other times it not works. Link to comment Share on other sites More sharing options...
jinkazama Posted November 6, 2012 Author Share Posted November 6, 2012 I've tried it 3 times and it works...Tomorrow i'll retryI attach AVG installer pdf switch listParametri AVG.pdf 1 Link to comment Share on other sites More sharing options...
myselfidem Posted November 7, 2012 Share Posted November 7, 2012 Maybe you can try tike this:TASKKILL /F /IM "avgui.exe" /T Link to comment Share on other sites More sharing options...
skavenger Posted November 7, 2012 Share Posted November 7, 2012 Hey folks,thanks for information.The PDF is very usefull.The "trick" with taskkill is sometimes working - sometimes not.Thats my problem. Link to comment Share on other sites More sharing options...
niT3_riD3r_pr0 Posted February 11, 2015 Share Posted February 11, 2015 (edited) I've tried it 3 times and it works...Tomorrow i'll retryI attach AVG installer pdf switch listThank you so much for the PDF, this was what I was looking for And, the taskkill trick isnt working for me Cheers. Edited February 14, 2015 by niT3_riD3r_pr0 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now