Specifies the configuration required by the current software distribution.
Syntax
<IMPLEMENTATION>
Attributes
- None Supported
Element Information
Number of occurrences Any number Parent elements CODE, PACKAGE, SOFTPKG Child elements CODEBASE, LANGUAGE, OS, PROCESSOR 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>