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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -