IMPLEMENTATION element
Specifies the configuration required by the current software distribution.
Usage
<IMPLEMENTATION> child elements </IMPLEMENTATION>
Attributes
There are no attributes.
Child elements
| Element |
|---|
Child element sequence
CODEBASE LANGUAGE OS PROCESSOR
Parent elements
| Element |
|---|
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 |
Show: