I am able to create an application that checks a website and if an update is available, install that update, by using the ClickOnce feature of Visual C# 2005 .NET
The only problem is that it doesn't give me the power to add a desktop icon and other useful things as other full blown install makers out there.
I gave the .MSI setup feature and it does export my application with the shortcuts that I need to be created. The only drawback is that the application will not auto update itself.
How can I create a setup package for my application, which will auto update itself?
The only problem is that it doesn't give me the power to add a desktop icon and other useful things as other full blown install makers out there.
I gave the .MSI setup feature and it does export my application with the shortcuts that I need to be created. The only drawback is that the application will not auto update itself.
How can I create a setup package for my application, which will auto update itself?