Self updating application install with WIX?

后端 未结 3 877
心在旅途
心在旅途 2021-02-01 05:41

I am writing an application that needs to be installed on a large number of desktops and also needs to update itself. We are looking at WIX for creating the installation. I ha

3条回答
  •  耶瑟儿~
    2021-02-01 05:55

    Yeah, ClickThrough really is what you're looking for here. There are bits and pieces in it that work. You might be able to dissect the code and use it yourself without all the extra "UI + build integration". Most of the bugs are in the higher levels. At the root, the RSS update and executable bootstrapper work fine.

提交回复
热议问题