Deployment using SMS 2003

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

Hi there,

I'm testing deploying AntiSpyware using SMS 2003 (no
Service Pack). I created the package utilizing the
microsoftantispyware.msi with the /quiet and /norestart
switches.
It deploys fine, however when I try the AntiSpyware for
the first time, I get an error message: critical error
(101). Restart the program. If problem still exists,
uninstall and reinstall using an updated version.

Any suggestions would be greatly appreciated
 
[Managed environments, scripting, turning off real-time protection]

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

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
 
Plus, we know of a handful of issues (including the 101) error which occur
when deployed in this manner. At this time, we are telling people not to
deploy the beta in this manner in an enterprise.

--
-steve

Steve Dodson [MSFT]
MCSE, CISSP
PSS Security

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
Bill Sanderson said:
[Managed environments, scripting, turning off real-time protection]

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

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


--
FAQ for Microsoft Antispyware:
http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm

Jerry said:
Hi there,

I'm testing deploying AntiSpyware using SMS 2003 (no
Service Pack). I created the package utilizing the
microsoftantispyware.msi with the /quiet and /norestart
switches.
It deploys fine, however when I try the AntiSpyware for
the first time, I get an error message: critical error
(101). Restart the program. If problem still exists,
uninstall and reinstall using an updated version.

Any suggestions would be greatly appreciated
 
Back
Top