Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

What are the best practices to develop a software in such a way that I can release updates, I mean I can release an update which replace the existing executable but in case I have added some new references (dlls) to the project this won't work ? Is there any way I can do it without running an MSI?

Thanks in Advance
Posted

1 solution

divyang_dv wrote:
Is there any way I can do it without running an MSI

You can always consider Clickonce Deployment as an alternative.
 
Share this answer
 
Comments
divyang_dv 7-May-10 6:54am    
Thanks for replying so quickly, I have never used ClickOnce but I was under impression that it just replaces executable, anyway I will have to look at it thoroughly now.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900