IMPLEMENTATION element

Specifies the configuration required by the current software distribution.

Usage

<IMPLEMENTATION>
  child elements
</IMPLEMENTATION>

Attributes

There are no attributes.

Child elements

Element

CODEBASE

LANGUAGE

OS

PROCESSOR

Child element sequence

CODEBASELANGUAGEOSPROCESSOR

Parent elements

Element

CODE

PACKAGE

SOFTPKG

Remarks

If the configuration parameters are not met, the SOFTPKG element is not processed.

Examples

This example shows how to specify the configuration required by the current software distribution.

<SOFTPKG>
    <IMPLEMENTATION>
        <CODEBASE VALUE="http://www.joyware.tld/rrrrr.cab"/>
        <LANGUAGE VALUE="en"/>
        <OS VALUE="Win95"/>
        <PROCESSOR VALUE="x86"/>
    </IMPLEMENTATION>
</SOFTPKG>

Element information

Minimum supported system

Windows XP
Can be empty No