vote up 2 vote down star
1

Here is a scenario: User installs .NET application that you have made. After some time, you find a security issue in it and create a patch for it. When pathc is ready, you post it "somewhere", and when next Windows update is run on user's machine (automatically or manually), that application is updated, too. I'm wondering if this is possible...and how? Searching on MSDN about it, didn't give any results.

flag

46% accept rate

7 Answers

vote up 0 vote down

As far as I know, the Windows Update feature is only for Microsoft supplied software and updates

link|flag
vote up 1 vote down

It isn't, unless it's a hardware driver which has gone through MS certification and is published on Microsoft update. The MS update web site is closed and limited to MS software and some hardware partners.

link|flag
vote up 0 vote down

Windows Update is only for Microsoft products. You can't host your software on it.

link|flag
vote up 4 vote down

You should check out Microsoft ClickOnce

link|flag
vote up 1 vote down

You can't do that via Microsoft Update, but you could check out how Paint .NET or .NET Reflector implemented their auto-update feature.

link|flag
vote up 0 vote down

You can't, as others said. You can build your own updater, as many companys does.

link|flag
vote up 1 vote down

You can use the BITS downloader that Microsoft Update uses to download the files in the background.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.