1

I just started my windows application in Visual Studio 2008.

I also added a setup & deployement project to create a msi file. But now there where some changes in my code and so i have to update the application.

How can I make this project "auto updateable" for the client.

Prabhakar
  • 198
  • 2
  • 9

1 Answers1

1

You can try ClickOnce deployment provided in Visual Studio.

ClickOnce ad MSDN