Hi jayjay,
You are a lucky person, I found this post in the museum , is a litlle bit
dusty, but I hope you can use that one.
Subject: Re: Uninstall remotly 1/4/2006 11:39 AM PST
By: Bill Sanderson In: microsoft.private.security.spyware.install
Another peer here contributed these script lines some time ago. I have
neither tested them nor confirmed their applicability to the current build.
but I've posted them periodically and haven't had any negative feedback--if
you do find these do the job for you, I'd like to hear back:
The second line has a break in it which shouldn't be there--each should be a
single line.
--------------
Unattended uninstall:
The command should be:
MsiExec.exe /X {536F7C74-844B-4683-B0C5-EA39E19A6FE3} -qn
If you want a log file ... (note: no space between the /L
and its parameters (ime))
MsiExec.exe /X {536F7C74-844B-4683-B0C5-
EA39E19A6FE3} /Lime c:\temp\msas.log -qn
(from lori)
I hope this post is helpful, let us know how it works ºut.
Engel
--