IMPLEMENTATIONIMPLEMENTATION*
*



Contents  *



Index  *Topic Contents
*Previous Topic: DISKSIZE
*Next Topic: IMPLTYPE

IMPLEMENTATION

<IMPLEMENTATION>

Specifies the configuration required by the current software distribution. If the configuration parameters are not met, the SOFTPKG element is not processed.

Number of allowed occurrences: Any number
Parent elements Child elements
CODE CODEBASE
PACKAGE LANGUAGE
SOFTPKG OS
PROCESSOR

The end tag </IMPLEMENTATION> is required.

Example

<SOFTPKG
    HREF="http://www.bar.edu/launch-page.htm"
    NAME="The Second Sample"
    AUTOINSTALL="Yes"
    VERSION="2,1,0,0"
    STYLE="MSICD">

    <TITLE>A second sample software distribution</TITLE>
    <ABSTRACT>This software distribution will be auto-installed on your computer by default.
	    The user can override the default settings in the subscription wizard. Needs
		"The First Sample" already installed to work.
    </ABSTRACT>
    <LOGO HREF="ielogo.gif" STYLE="image" / >
    <LANGUAGE VALUE = "en;de" / >
    <USAGE VALUE="email"></USAGE>
    
    <IMPLEMENTATION>
        <OS VALUE="winnt" />
        <CODEBASE VALUE="http://www.bar.edu/bar/bar-nt.cab" / >
    </IMPLEMENTATION>

    <IMPLEMENTATION>
        <OS VALUE="win95" />
        <CODEBASE VALUE="http://www.bar.edu/bar/bar-95.cab" / >
    </IMPLEMENTATION>

    <DEPENDENCY>
        <SOFTPKG NAME="The First Sample" VERSION="2,1,0,0" / >
    </DEPENDENCY>

</SOFTPKG>

Applies To

CDF, OSD


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.