Does Windows Installer provide a method to update applications?

后端 未结 4 455
北荒
北荒 2021-01-03 12:02

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 auto

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-03 12:15

    While it t is true that MSI has various servicing strategies, an auto-update pattern is not one of them. If you are using InstallShield you can use their auto update framework. If you don't mind writing a little bit of code, here is one way to do it yourself:

    http://blog.deploymentengineering.com/2006/10/implementing-auto-updating.html

提交回复
热议问题