network install

  • Thread starter Thread starter Haydn Madigan
  • Start date Start date
H

Haydn Madigan

does anyone know how to install Antispyware through a
logon scrip to all users without them getting promted for
input.
 
Have you read carefully the material at the download page, the release
notes--both those at the download page, and those in the application help?

Do you understand the issues with scripting and this product--and whether
that's significant for your environment?

If you are ok on those items, here are some pointers:

Unattended uninstall:

MsiExec.exe /X {536F7C74-844B-4683-B0C5-EA39E19A6FE3} /L *vx /Log
c:\msas.log /quiet

Unattended Install:

http://www.overdose.net/docs/msas_silent_remote_install.txt

Scripting issues:
http://www.microsoft.com/technet/scriptcenter/resources/articles/antispy.mspx
 
Back
Top