AntiSpy.msi

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I install the software at my users computer with
the *.msi installation from the mmc?
thanks!
 
After re-reading the information at the download site about not running the
software on production systems, and the information in Help, about support
(there is none.) check out these resources:
------------------------------------------------------
http://support.microsoft.com/kb/892375 End users may be prompted to allow or
block administrative actions that originate from a central management tool
after they install Windows AntiSpyware (Beta) on a computer that is managed
by Systems Management Server 2003

Scripting issues:

http://www.microsoft.com/technet/scriptcenter/resources/articles/antispy.mspx

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
 
Back
Top