Creating an patch program to update a client application

Hello,

I am working on a windows application .net 2.0.

I would like to be able to write my own patch application myself that would update small changes in my main application that has been installed on the customer's computer.

I would like for them just to install a small patch, rather than build a setup program.

Can anyone point me in the right direction for creating a patch application for a windows application.

Thanks very much in advance,

Steve

[502 byte] By [steve1_rm] at [2008-1-5]
# 1

Check out the information on ClickOnce:

http://msdn2.microsoft.com/en-us/netframework/aa497348.aspx

Rick at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Hello RickThanks for the post, but I can't use ClickOnce something the customer doesn't like about it. I was thinking of finding another way to do this.Many thanks for any more suggestions.Steve
steve1_rm at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic General...