jinkazama Posted September 26, 2012 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
manzana1804 Posted September 29, 2012 Posted September 29, 2012 thanks a lot. But i was wondering if you could give me the languaje code for spanish(latinoamerica). thanks again
myselfidem Posted September 29, 2012 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
manzana1804 Posted September 29, 2012 Posted September 29, 2012 thanks a lot. that was really helpfull.
myselfidem Posted September 29, 2012 Posted September 29, 2012 Thanks, you can also take a look here:Windows Locale Codes - Sortable listCheers
jinkazama Posted September 29, 2012 Author 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
skavenger Posted November 6, 2012 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
jinkazama Posted November 6, 2012 Author 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
skavenger Posted November 6, 2012 Posted November 6, 2012 Tried this many times.Some times it works - other times it not works.
jinkazama Posted November 6, 2012 Author 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
myselfidem Posted November 7, 2012 Posted November 7, 2012 Maybe you can try tike this:TASKKILL /F /IM "avgui.exe" /T
skavenger Posted November 7, 2012 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.
niT3_riD3r_pr0 Posted February 11, 2015 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now