.NET客戶端應用程序:.NET應用程序更新組件(2)
2024-07-10 13:04:08
供稿:網友
作者:jamie cool
microsoft corporation
3/4/02
翻譯:李嘉
北京.東方瑞道
2004-6-2
(接上篇)
the .net application updater component
.net應用程序更新組件
included with this whitepaper is a component for enabling .net client applications to automatically update themselves. the component was written using the .net framework and enables you to make your application auto-updatable simply by dropping the component into your existing .net applications and setting a few properties (ex. where to get updates from).
包括在這份白皮書中的是一個可使.net客戶端應用程序自動更新自身的組件。該組件使用.net框架編寫,這使得你可以通過簡單的把該組件拖放到你現存的應用程序中并設置一些屬性(比如從何處獲取更新)就可以使你的應用程序具備自動更新的功能。
this component is not a microsoft product. it is intended as a sample to get you started and as such the source is also included with this whitepaper. however, it is worth mentioning that this component has gotten a fair amount of real world use already. it has been used internally in microsoft to enable auto-updatability in the .net terrarium game (<http://www.gotdotnet.com/terrarium/>). terrarium has been installed and used by over 10,000 individuals since it was first unveiled as a beta product in october, 2001.
該組件不是微軟的產品。它將被試圖作為一個示例使得你能夠開始,并且與該白皮書一起的還有盡可能多的資源。不過,值得提出的是該組件在真實應用中已經被大量的使用。在微軟內部用.net開發的游戲terrarium的自動更新就使用了該組件(<http://www.gotdotnet.com/terrarium/>)。從2001年十月 terrarium露出面紗到現在,已經被超過1萬多個人用戶安裝并使用。
this component will be the basis for the discussion of what it takes to make an application auto-updatable. this paper will focus on how the .net application updater component works and how you can use it in your own application.
該組件是討論如何讓一個應用程序自動可更新的基礎。這篇文章將集中論述.net應用程序更新組件是如何工作的,并且教你如何將它應用到你自己的應用程序中。
(未完待續)