Jump to content

Avast 8.x and MSE


tusk

Recommended Posts

We've been rebuilding our deployment server & as we mostly do consumer machines we decided to have either Avast or MSE pushed out.

Previously had no issue with Avast, but now we get either Google Chrome or the Google Toolbar installed, which we dont want. I have no issues using Chrome (using it now) but some of our customer base are freightened of change. Anyone know of any switches which stop the Google installs from running??

We also opted for MSE, but the switches for that dont work! Anyone got ideas on them as well??

Thanks in advance!

Link to comment
Share on other sites


This is the script I use with MSE and Win7

@echo off&color 06&mode con: cols=75 lines=20
title -Microsoft Security Essentials 2.0 Silent Installer-


:Determine processor architecture (to install either 64 or 32-bit)
if exist "%programfiles(X86)%" (goto x64) else (goto x86)

:x64
start /i mseinstallx64.exe /s /runwgacheck /o
goto end

:x86
start /i mseinstallx86.exe /s /runwgacheck /o

:end
cls

exit

We've been rebuilding our deployment server & as we mostly do consumer machines we decided to have either Avast or MSE pushed out.

Previously had no issue with Avast, but now we get either Google Chrome or the Google Toolbar installed, which we dont want. I have no issues using Chrome (using it now) but some of our customer base are freightened of change. Anyone know of any switches which stop the Google installs from running??

We also opted for MSE, but the switches for that dont work! Anyone got ideas on them as well??

Thanks in advance!

Link to comment
Share on other sites

Cheers DosProbie!!

Shall give it a try today!! swear i tried the /s, but get nothing! maybe i do need it to do the /runwgacheck as well!

Thanks for the advice! :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...