Self updating application install with WIX?
Posted
by Brian ONeil
on Stack Overflow
See other posts from Stack Overflow
or by Brian ONeil
Published on 2009-04-28T14:32:02Z
Indexed on
2010/06/08
22:42 UTC
Read the original article
Hit count: 316
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 have used ClickOnce and it is not a good solution for this install. WIX seems to fit, but there is no good process for auto update that I have found.
I have looked at ClickThrough, but it doesn't seem ready for prime time yet. Does anyone have another good solution to use with WIX (or maybe another install program) to auto update an application install?
© Stack Overflow or respective owner