c# - Update Application via WCF -


i've application reads online database current version of application itself, when make changes application use create new msi setup , put on server, change version inside database , when application starts notices there newer version , asks user update. during update downloads msi file , launchs after download: problem.. when user tries install new version popup message appears saying version of software installed in , can't overwrite it! ideas?

have looked using clickonce deployment?

http://msdn.microsoft.com/en-us/library/t71a733d.aspx


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -