Auto updating application
-
Dear friends, I want to make application like windows Update in C#. As I know that windows update use BITS (Background intelligence services).But, I don’t know how to use BITS in C#. If any body has sample code or reference .Please let me know. Or suggest me what approach should I follow to make auto updating application in c#. Regards, Rajesh
rajesh
-
Dear friends, I want to make application like windows Update in C#. As I know that windows update use BITS (Background intelligence services).But, I don’t know how to use BITS in C#. If any body has sample code or reference .Please let me know. Or suggest me what approach should I follow to make auto updating application in c#. Regards, Rajesh
rajesh
BITS can be disabled, and that would kill your updates even though there is an internet connection. I'd just use a plain old
WebRequest
.. after asking the user whether he wants to apply the new updates, of course. But that's just what I'd do :) If you really really want to use BITS, there is a .NET wrapper[^] for it. -
Dear friends, I want to make application like windows Update in C#. As I know that windows update use BITS (Background intelligence services).But, I don’t know how to use BITS in C#. If any body has sample code or reference .Please let me know. Or suggest me what approach should I follow to make auto updating application in c#. Regards, Rajesh
rajesh