2

I cannot find anything on Google so I must ask here...
Is there any way, glitchy or clean, that I can "register" my program to Windows Update?
The objective is to deliver updates to my program with Windows Update.

2
  • What programs? It only works for Microsoft programs. What OS are you using?
    – KCotreau
    Commented Jul 10, 2011 at 14:21
  • The upcoming Windows 8 Marketplace might allow this. Commented Feb 7, 2012 at 14:13

2 Answers 2

5

Windows Update is Microsoft software, operating system and drivers update solution. It is not meant to be used as a central update system for third-party software. Vendors have to implement their own software update strategies.

Certain third-party driver vendors can indeed benefit from Windows Update. But only under very restrictive rules that usually involve letting into Windows Update only the most stable and proven driver versions. Third party software is however entirely out of the question.

... at least for now and the foreseeable future.

EDIT: So, if by "my program" you mean a program you developed, your next logical step is to visit Stack Overflow and ask there about strategies to design your own software upgrade routines, or use other tools (like libraries or installers that add upgrade functionality to your software). Otherwise, if you didn't design that software, check M. Palavuzlar's answer in here.

2
  • I did program that software...
    – Vercas
    Commented Jul 10, 2011 at 14:57
  • I suspected that much. Good luck on Stack Overflow. They are very helpful over there. You should have no problem finding a good solution.
    – A Dwarf
    Commented Jul 10, 2011 at 15:05
3

Windows update is not designed to update the other programs. There is no way to do what you want. Nevertheless, check that question out:

Looking for a program that automatically updates all other programs

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .