Template 4: Internet Explorer "Download Once" channel

Function: Same as the functionality provided by Template 2 (Automatic Download Channel), except that the Internet Explorer files are downloaded only for the next new version. After successful manual installation by the user, this .cdf file unregisters itself with the system. Subsequent new versions are not downloaded unless another subscription is made.

Appropriate when: The administrator wants to distribute only the next new version of Internet Explorer to users and wants users to manually install at their convenience. This type of channel lets the administrator decide on a case-by-case basis whether or not to provide a new version to the user.

Suggested filename: IE-precache-once.cdf

<?XML version="1.0"?>


<CHANNEL HREF="http://www.yourserver.com/directory/ie-precache-once.htm">
<SELF HREF="http://www.yourserver.com/ie-precache-once.cdf" />
<TITLE>Internet Explorer [Scheduled Download]</TITLE>
<ABSTRACT>
The next update of Internet Explorer will automatically be downloaded
to your computer. This subscription is good for one download only.
</ABSTRACT>
 
<USAGE VALUE="SoftwareUpdate" />
 
<SCHEDULE>
<EARLIESTTIME DAY="1" HOUR="0" MIN="0"/>
<INTERVALTIME DAY="1" HOUR="0" MIN="0" />
<LATESTTIME DAY="1" HOUR="12" MIN="0" />
</SCHEDULE>
 
<LOGO HREF="http://www.yourserver.com/directory/image.gif" STYLE="IMAGE" />
<LOGO HREF="http://www.yourserver.com/directory/icon.ico" STYLE="ICON" />
 
<SOFTPKG HREF="http://yourserver/directory/directory/demo/ie-precache-once.htm"
NAME="{89820200-ECBD-11cf-8B85-00AA005B4383}"
VERSION="4,71,1101,1"

STYLE="ActiveSetup"
PRECACHE="yes"
>
 
<TITLE>Internet Explorer</TITLE>
<ABSTRACT>
The new version of Internet Explorer has been downloaded to your
computer. You can start the installation process at any
time, even while your computer is offline.
</ABSTRACT>
 
<USAGE VALUE="email" />

<DELETEONINSTALL />
 
<IMPLEMENTATION>
<OS VALUE="winnt" />
<CODEBASE HREF="http://www.yourserver.com/directory/ie4sites.dat" />
</IMPLEMENTATION>
 
<IMPLEMENTATION>
<OS VALUE="win95" />
<CODEBASE HREF="http://www/yourserver.com/directory/ie4sites.dat" />
</IMPLEMENTATION>
 
</SOFTPKG >
</CHANNEL>

PRECACHE="yes"

Include this line to enable automatic download of Internet Explorer updates.

<CODEBASE HREF="http://www.yourserver.com/directory/ie4sites.dat"

This file points to the download site you specified when you ran the wizard.

See Template 1 for descriptions of other lines in bold.