Template 5: Internet Explorer "Install Once" channel

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

Appropriate when: The administrator wants to distribute only the next new version of Internet Explorer to the user. 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-install-once.cdf

<?XML version="1.0"?>


<CHANNEL HREF="http://www.yourserver.com/directory/ie-install-once.htm">
<SELF HREF="http://www.yourserver.com/directory/ie-install-once.cdf" />
<TITLE>Internet Explorer [Scheduled AutoInstall]</TITLE>
<ABSTRACT>
You have chosen to subscribe to a scheduled AutoInstall of Internet
Explorer. Internet Explorer will automatically install the newest version of itself
on your computer. This subscription will expire after the installation
is complete.
</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://www.yourserver.com/directory/inst-one.htm"
NAME="{89820200-ECBD-11cf-8B85-00AA005B4383}"
VERSION="4,71,1101,1"
STYLE="ActiveSetup"
AUTOINSTALL="yes">
 
<TITLE>Internet Explorer</TITLE>
<ABSTRACT>
The new version of Internet Explorer will be automatically
installed on your computer.
</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>

 

AUTOINSTALL="yes"

Include this line to enable automatic download and installation 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.