BitsUpdater


Version: 1.0 August 2010 Beta
Size:
49KB
Requirements:
.NET Framework 2.0 or higher
Seller:
Jakub Chodounsk
Price:
Free
System:
Windows 7/Vista/XP
Rating:
4.4
License:
Others

Description - BitsUpdater



BitsUpdater is .NET library written in C# for automatic application update using Background Intelligent Transfer Service (BITS). This service is used by Windows Update and is friendly to network resources. Library has GUI tool for generating secure packages. Features * Clean and understandable API * Network friendly updating o BitsUpdater uses only free network resources. * GUI tool for generating secure packages o BitsUpdatePacker is user friendly tool for generating packages with filters for obtaining files from your release Folders. o Creates secure update packeges signed by certificate. o Differential packages for creating smaller packages with files that changed from your previous update package. Usage * Use BitsUpdatePacker to Create secure update package. o You will need to generate your certificate. o Select folders and file search options. o Url Directory is a directory where your update package will be stored on a server. o Copy your public token to your application to use it with BitsUpdater Update method. * Copy package with UpdateManifest.xml to your server. * Set configuration properties to locate UpdateManifest.xml on your server. * Integrate BitsUpdater to your application and set your custom update Process or use featured ApplicationLauncher example. o For Update method you need public token provided by BitsUpdatePacker application.

BitsUpdater Update Package Public Token


More in Components & Libraries-BitsUpdater

Update Method Update Package Generating Secure Packages