This document provides a description of the mechanism for downloading and installing code for COM Objects (components) using the Microsoft Active Internet Platform (Sweeper). This mechanism is used internally by the Microsoft Internet Explorer for downloading OLE Controls inserted in HTML pages.
- Internet Component Download is a mechanism for downloading and installing code for COM objects(1).
- Details are presented for how OLE Control authors should package their objects to be downloaded and installed automatically.
- A new system API CoGetClassObjectFromURL is presented for downloading COM components. Other "safe code-download" needs can be met using the lower-level WinVerifyTrust service, or possibly using a high-level "Setup" OLE Control. Future releases may expose a more sophisticated component download interface.
- Internet Component Download makes use of an Internet Search Path to search various "Object Stores" for download-able code.
- Internet Component Download installs code in a permanent store. This document details a migration strategy for future releases to convert this store into a cache that discards unpopular components.