DEPENDENCY element
Specifies an additional distribution unit that must be present for the software distribution SOFTPKG to function correctly.
Usage
<DEPENDENCY ACTION = "sAction"> child elements </DEPENDENCY>
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
|
ACTION |
sAction |
No |
String value representing an action to take if the required distribution unit is not present on the user's computer.
|
Child elements
| Element |
|---|
Child element sequence
SOFTPKG
Parent elements
| Element |
|---|
Examples
In this example, the parent SOFTPKG element requires the child SOFTPKG element.
<SOFTPKG HREF="http://www.joyware.tld/rrrrr.cab" NAME="tld.joyware.www.rrrrr" VERSION="1,0,0,0"> . . . <DEPENDENCY> <SOFTPKG HREF="http://www.joyware.tld/ee.cab" NAME="tld.joyware.www.ee" VERSION="1,0,0,0"> . . . </SOFTPKG> </DEPENDENCY> </SOFTPKG>
Element information
|
Minimum supported system | Windows XP |
|---|---|
| Can be empty | No |
Show: