Does Windows Installer provide a method to update applications?

Posted by Jephir on Stack Overflow See other posts from Stack Overflow or by Jephir
Published on 2010-04-11T19:33:25Z Indexed on 2010/04/11 19:53 UTC
Read the original article Hit count: 175

Filed under:
|

Does Windows installer provide a built-in method for updating applications, or do I have to write this myself in my application code?

For example, ClickOnce can automatically update my application for me; I do not have to write code specifically for this in my application. Is similar functionality available in Windows Installer or is it purely for installation purposes only?

© Stack Overflow or respective owner

Related posts about windows-installer

Related posts about update