Does Windows Installer provide a method to update applications?

后端 未结 4 439
北荒
北荒 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:35

    Windows installer does not but Google installer does https://github.com/google/omaha

提交回复
热议问题