Search code examples
deploymentsetup-projectsetup-deploymentsetuptoolspatch

How to Update the installed Window Application (Creating Patches)


i have requirement. i have created the window application and i have created the setup of that application that has been installed to client machine.

Now the requirement is that if i will do the further modification to the project the client not need to install whole application again instead client only need to install Update of new version. like using Patches or something. How can i do this is there and tool in VS from which we can create the update patches or something.

Please Help..


Solution

  • I have solved the problem...using ClickOne Setup of VS. i publish the win form to a specific URl and each time when application launchs its check the Upgraded version if available it install and run.

    http://www.15seconds.com/issue/041229.htm