From: katanel on
I hope I posted this in the right place.
I tried to uninstall an update using a C++ application I made. I use the
Windows Update Agent API create an IUpdateSession then an IUpdateInstaller I
set the update collection for the installer and then use the
IUpdateInstaller->Uninstall method but I get the 0x80240028 error message. I
understand that this means an uninstall can be started only by WSUS but is
there any way I to send a command to the WSUS to uninstall the update or to
"associate" my application with the WSUS server?
Thank you!
From: katanel on
I observed that the IUpdateSession interface has an ClientApplicationID
property that should be set; does anybody know what is it used for? I didn't
set it because I'm not sure what value should it have.
May this be the problem?
Thank you!


From: Ǝиçεl on

Perhaps tяy the WSUS Newsgroup

<http://social.technet.microsoft.com/Forums/en-US/winserverwsus/threads>

On the web:
WSUS General
<http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windows.server.update_services>

In your newsreader:
news://msnews.microsoft.com/microsoft.public.windows.server.update_services
-=-

Thanks and good luck !
-=-

"katanel" wrote:

> I observed that the IUpdateSession interface has an ClientApplicationID
> property that should be set; does anybody know what is it used for? I didn't
> set it because I'm not sure what value should it have.
> May this be the problem?
> Thank you!
>
>