Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
12
votes
5answers
7k views

WCF service errors after installing WindowsXP updates

Greetings, today before I start working on my application I updated my WinXP. After all updates have been installed my WCF service stop working. There is a following error when I try to open ...
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
108 views

Download Windows Updates Using C#

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

Updates using WSUS instead of Microsoft Windows website

I want to search wsus or a local folder for the updates instead of microsoft. Any ideas? Here is what I have but this only connects to Windows Updates using the internet. UPDATE I FOUND OUT THE ...
4
votes
2answers
672 views

Suddenly getting “Unable to make the session state request to the session state server”

The setup: 2 web servers and a seperate state server I have two production web servers in a load balanced configuration. The ASP.NET web app they host shares state (like a web farm) using this line ...
3
votes
1answer
148 views

Opening WebMatrix solutions in VS failing when 2 versions of VS installed

Microsoft's WebMatrix development tool has a "Visual Studio" button to launch the VS editor and load it with the site you have open in WebMatrix. Normally it loads VS 2010, since that's the only ...
3
votes
3answers
667 views

Visual Studio 2008 Security Update installation Issue KB 971092

Posting this so this can be here for others. Just noticed - today that I have been in a cycle of downloading KB971092 and installing with reboot. 7 times - 350Mb file. fsk! Hotfix KB 971092 for ...
3
votes
6answers
601 views

How to you determine when Windows is done rebooting?

I am using the Windows Update API to update a bunch of VM's. With Windows Update comes the inevitable reboots. Can anyone think of a way that I could tell from a remote server if the windows box has ...
3
votes
4answers
1k views

.Net Windows Update Querying

I was curious if there's a .Net API that would allow me to identify what updates are pending for "Windows Update," failing that, is there a windows powershell command that can get it?
2
votes
0answers
19 views

How do you reboot Windows Server 2003 and be sure it does NOT install any updates [migrated]

We need to reboot a win 2003 standard server with the least amount of down time possible. What steps do you take to ensure no windows updates will be applied durring the reboot? Thanks
2
votes
1answer
120 views

Using WUA remotely using C#

I am trying to connect to a remote machine and determine if there are any Windows Updates to be installed using C# and WUApiLib. It seems pretty straightforward, however I cannot find out how to ...
2
votes
2answers
137 views

windows update appliction

I wrote here an application that uses the WUA COM interfaces (IUpdateSearcher, IUpdate etc.). I use this application to scan for available updates, download the updates and install them. Everything ...
2
votes
0answers
288 views

How to detect if .NET Framework hotfix is installed

According to Microsoft Download Page for .NET Framework 3.5 SP1, I should install KB959209 and KB967190 immediately after installing the .NET Framework package: IMPORTANT: After installing the ...
2
votes
7answers
961 views

Best way of detecting if Windows has Windows Updates ready to download/install?

I'm specifically interested in Windows 2000/XP, but Vista/7 would be interesting too (if different). I was thinking along the lines of task scheduling a batch file or equivalent on a daily basis. ...
1
vote
1answer
70 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 ...
1
vote
2answers
1k views

Querying WMI class Win32_QuickFixEngineering returns mucho weirdo timestamps (C#)

Class documentation here. The InstalledOn property is supposed to have a timestamp of (well, duh) when the fix was installed. But the doc doesn't say what's the format. I get something unintelligible, ...
1
vote
1answer
79 views

Office 2007 updates after installing Visual Studio & SQL Server 2005

I just installed Visual Studio 2008 TS and SQL Server 2005 Enterprise and I get a bunch on Office 2007 updates in Windows Update. I don't even have office installed. Should I: Just install the ...
1
vote
2answers
686 views

How to keep a tree of VM snapshots up to date with Windows Update?

For testing our product's installer, I maintain a tree of virtual machine snapshots with different previous versions installed. It is a tedious task to do Windows Update, re-snapshot, delete parent ...
1
vote
5answers
2k views

Use C# to interact with Windows Update

Is there any API for writing a C# program that could interface with Windows update, and use it to selectively install certain updates? I'm thinking somewhere along the lines of storing a list in a ...
0
votes
0answers
9 views

windows server 2008 R2 SP1 update weird fails

i have installed SP1 for windows 2008 R2 and as you can see on the screenshot below it shows up in installed updates and here is the weird part... windows update shows SP1 in the windows update ...
0
votes
1answer
16 views

WUA and WSUS disagreeing on update GUID

I have encountered updates that are marked as needed by WUA with update GUIDs that do not match the GUIDs for the same updates in WSUS. The WSUS server is synchronizing all Products and Categories and ...
0
votes
1answer
246 views

SQL Server Management Studio won't work after Windows Update

Came to work this morning, my PC (Win7 x64) had force rebooted by Windows Update. Now, SQL Server Management Studio (SQL Server 2008 r2) fails when connecting to a database and trying to expand the ...
0
votes
1answer
67 views

Fetching a KB hotfix in C#

I'm trying to fetch a certain hotfix (KB976477) from a C# program. Using the WUApi (Windows Update Agent Api) is not working so far because the IUpdateSearcher.Search method only provides Software and ...
0
votes
0answers
58 views

MBSA, WUApi: Getting appliable updates

Anybody familiar with MBSA or WUApi? Due to limitations in our distribution system, I am tasked to look for a way to get a list of updates that are applicable for specific applications. What I have ...
0
votes
1answer
140 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
98 views

Getting OS Updates using WUApi from a remote machine

I am having trouble getting OS updates from a remote machine. I saw the MS documentation from here (http://msdn.microsoft.com/en-us/library/aa387288%28v=VS.85%29.aspx) but have not found any sample ...
0
votes
0answers
177 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
242 views

Why might a .NET Framework or Visual Studio update take so long?

This isn't exactly a development question, but it does affect my productivity! Recently, installing updates to Visual Studio 2010 or .NET 3.5.1 or 4 have taken a very long time, up to 90 minutes per ...
0
votes
1answer
80 views

Detect Windows Automatic Updates

I have software that replaces core OS files. Problem is that Microsoft updates replace those files, rendering the program inoperative. How can I detect file replacement at boot time, due to automatic ...
0
votes
1answer
145 views

SCCM.: se if updates installd succesfully or faild

Is there any way I can see if windows updates are install correcly or faild. Something like windows update history but thrue SCCM. I had som trouble with pathes and its innefectiv running to the ...
0
votes
2answers
74 views

Does .NET 3.5 SP1 get installed on an XP system if all important windows updates are current?

I am pretty sure that .NET 3.5 sp1 can be installed on XP through windows update, but I need to know if it is an optional update, or an important update? I am doing some research to determine what ...
0
votes
0answers
66 views

Windows update agent metadata query problem

The windows update agent api seems to filter the updates by its host OS, so even if I know the exact UpdateID guid for an update which is not suitable for the current os, it returns no update ...
0
votes
1answer
156 views

Automatic Windows Updates through ISA proxy

Problem Description: Is there a way to allow windows automatic updates go through an ISA proxy that requires NTLM authentication? I do not have admin access or any access at all to the proxy and ...
0
votes
1answer
355 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 ...
0
votes
1answer
56 views

Deploying Internet Explorer 8 with our custom upgrade tool

Our product is installed in Windows machines all over the world, with our latest version we need to ensure that Internet Explorer is upgraded to version 8. Is there an executable that we can ...
0
votes
2answers
239 views

When will the .NET 4 Client Profile be pushed out over Windows Update?

When will the .NET 4 Client Profile be pushed out over Windows Update? Is there a published timeframe, or do we have any educated guesses? Scott Hanselman said "later this year."
0
votes
1answer
398 views

Form-submit fails in IE6/7 , works fine in FF3 and Chrome

Since last weekend there is a problem logging in on our vendor site with IE only. In FF3 and Chrome it works fine. This is a simple ASP.NET (1.1) site using the following code for the login button: ...
0
votes
0answers
166 views

Why do Windows Updates kill self-signed SSL certificates?

It seems that every time Windows auto-installs security updates, all of our secure sites return "connection was reset..." messages. After I remove and reapply new self-signed SSL certificates, the ...