Click to return to the Content     
DISKSIZE Element     IMPLTYPE Element     Open Software Description...    
Web Workshop  |  Content & Component Delivery

IMPLEMENTATION Element


Specifies the configuration required by the current software distribution.

Syntax

<IMPLEMENTATION>

Attributes

None Supported

Element Information

Number of occurrences Any number
Parent elements CODEPACKAGESOFTPKG
Child elements CODEBASELANGUAGEOSPROCESSOR
File formats supported CDF, OSD
Requires closing tag Yes

Remarks

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

Example

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>


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.