From: katanel on 5 Feb 2010 02:26 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 5 Feb 2010 05:04 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 5 Feb 2010 08:48 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! > >
|
Pages: 1 Prev: How to reinstall failed updates in Windows 7 Next: 0x80072F8F |