2
Reply

How to make C# application into "real" installable program like normal programs

Christian

Christian

Feb 21 2008 9:20 AM
5.8k

Hi all!

I am none done with my C# application and want to make it act like a normal installable program. Currently I am using ClickOnce to install the program from my website and to make sure the program updates itself when I change something in the program.

How can I make use of the same sort of funcionality from ClickOnce (how to program it in the C# code) and still be able to install and uninstall the program like every other program?

 


Answers (2)