Tagged Questions

13
votes
4answers
832 views

How to restart my application if Windows Update forces a reboot?

At the office, when I leave for the night I very rarely log off or reboot. I simply lock my workstation and go home, leaving all my development tools exactly how I left them. If Windows-Update rolls ...
8
votes
1answer
248 views

Did VB 6/.NET interop recently get broken by a Windows update?

Recently a VB 6 application using .NET 1.1/2.0 components stopped working on my companies XP machines. The IT department was installing Windows patches at the time, so I'm wondering if anyone has ...
8
votes
7answers
3k views

How can I get rid of Windows Update reboot prompt?

I want Windows Update to automatically download and install updates on my Vista machine, however I don't want to be bothered by the system tray reboot prompts (which can, at best, only be postponed by ...
5
votes
1answer
107 views

Download Windows Updates Using C#

Is there any way to Download updates of windows programmatic using c#. (Then we can manage it)
1
vote
1answer
69 views

Use windows update for my application

Does anyone know of a way to register (using code of course) my application to windows update, so it will check the for updates using their update application ? Thanks
1
vote
1answer
78 views

Is it possible to use Windows Update to update a program?

As we know we can set an address so Windows downloads its updates from specific address. I want to make update files and put them on that specific address on a server and computers on network ...
0
votes
1answer
137 views

Using WUAPI to quietly install updates in CSharp

I'm trying to create a program that will handle updates silently. I am using the wuapilib.dll, which comes with a number of classes (c#). My first revision of the program was as follows (ignore typo ...
0
votes
0answers
174 views

How to invoke WSUS api in Linux?

If I configured WSUS in windows 2003 server, but I wanna to offer a web site which administrators can invoke API of WSUS in a Linux server. It's there any idea about invoke WSUS update api in Linux ...
0
votes
1answer
353 views

Windows Update API - Report Client Status

I have an application that uses WSUS client API to download and install updates. I have been trying to figure out how to report the client's status to the server once installs are complete, without ...