Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Automatische Updates für .NET Applikationen


No replies to this topic

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 June 2003 - 09:10

Im Rahmen der "Patterns & Practices" Serie hat MSDN Artikel über "Microsoft Application Blocks for .NET" veröffentlicht. Einer davon behandelt den Updater Application Block.

Zusammenfassung des englischen Artikels:
In medium to large organizations, it is common to want to keep all instances of a desktop application up to date with the latest version of executable files, library files, and other files. Ideally, administrators and support engineers like to deploy the updated files only once, to a central server, and have the updated files automatically replicate to each desktop installation. The Updater Application Block is a .NET solution that provides a "pull model" solution to automatically download application updates from a central location. It is designed for organizations who want the rich functionality of Windows Forms applications with the centralized manageability of Web-based applications, and who do not have the infrastructural requirements for "push model" solutions such as Microsoft Systems Management Server (SMS). By using the Updater Application Block to download application updates, you can overcome the security "sandbox" limitations of downloading Windows Forms applications through a browser, while still maintaining control and security over the application update process.

http://msdn.microsof...tml/updater.asp