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?