Tagged Questions

13
votes
4answers
843 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
251 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
116 views

Download Windows Updates Using C#

Is there any way to Download updates of windows programmatic using c#. (Then we can manage it)
2
votes
0answers
18 views

Removal or Update of .NET on Win2003 Server [migrated]

G'day, A two pronged question for you all... Here at work, we've prematurely put .NET 3.5 on our production server (Win 2003, which previously it had no .NET at all). Ever since, every time we ...
1
vote
1answer
75 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
80 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
179 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
195 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
373 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 ...