I have been searching the web like crazy trying to find install switches for Avast 5. I found one that works (the simple /Silent) but when silently installing the free version, it still installs Google Chrome. Does anybody know of the switch to turn that off? Or, better yet, any documentation for Windows based command line install switches? Maybe it's hiding under my nose somewhere.
I’m installing this on multiple computers. Pretty much, I’m setting up machines for people and I want to give them Avast (as well as a few other programs to get them going) and I have a program that I wrote that will download and silently install these apps. I only want to install Chrome if the user wants it. I have code already set up to download and silently install Chrome by itself, only if I select it that is.
There is a box that you can untick as an option (to opt-out) of installing Chrome if you want during installation. I am not aware of a command line since this is part of the Windows based installation set up (pop-up) that you get during the installation process.
Let me know if you have any additional questions. Thank you.
Hmmm, well, my code currently installs Avast like so
setup_av_free /Silent
My code fires this off to a command prompt with Admin privileges. I do this so I don’t have to see a GUI and take all the default settings. The only default I don’t want is the aforementioned Chrome install. I do know that I can uncheck the Chrome option during the GUI install, so that’s why I would think there would be a switch to tell it to not install Chrome when installing silently through the command line. So simply put, the GUI is never shown so I save time installing multiple applications. No need to click “accept” and “next” over and over. It saves a ton of time when setting up 10 machines at once or so.
Well, after some weird googling I finally found it. Here are the switches if anybody else needs them
/VERYSILENT /NORESTART /SP-
Though this still starts Avast up right away and it starts to update its definitions. But still, no Chrome and everything else is pretty silent (just an update bar)
Thanks lennit for perservering with this. I have also been scripting the most common installs of software we use and was having the exact same problem with Chrome downloading with v6.0.1203. Your command-line arguments did the trick.