Auto Update Feature for Windows Application similar to FireFox software Update
-
I have developed a windows Application/Tool in C#.Net which is about to be released as a Beta version. I need to add an Auto Update Feature to my Tool similar to FireFox Software Update. This Feature should be able to notify End User about the new Version's :doh: availability and allow them to Update their Tool.However while updating the Tool, it should only update the required Files(.dll or .exe).The Tool always runs in the background, so without impacting the current process it should update the Tool. I have looked out for many solution but they simply don't meet my requirements. It would be helpfull, if any one of you come out with the solution. Thanks in Advance!
Aspiring Techie, Vishnu Nath
-
I have developed a windows Application/Tool in C#.Net which is about to be released as a Beta version. I need to add an Auto Update Feature to my Tool similar to FireFox Software Update. This Feature should be able to notify End User about the new Version's :doh: availability and allow them to Update their Tool.However while updating the Tool, it should only update the required Files(.dll or .exe).The Tool always runs in the background, so without impacting the current process it should update the Tool. I have looked out for many solution but they simply don't meet my requirements. It would be helpfull, if any one of you come out with the solution. Thanks in Advance!
Aspiring Techie, Vishnu Nath
Here you are: .NET Client Applications: .NET Application Updater Component[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion