.net - Self updating application install with WIX? -


I am writing an application that should be installed on a large number of desktops and updating itself. We are looking at WIX to make the installation. I've used ClickOnce and this is not a good solution for this installation. WIX seems to fit, but I do not have any good process for auto updating.

I have seen, but do not seem ready for prime time yet. Is there any other good solution for anyone to use with WIX (or perhaps any other install program) to auto update to install an application?

Yes, clickthrough is actually what you are looking for here. In it there are bits and pieces that work, you may be able to split the code and use yourself without all the additional "UI + build integration". Most bugs are in high levels. In the root, RSS updates and executable bootstrap work fine.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -