The <installedComponent> element may be used as a targeter for the <checkDependency>, <createDependency>, <call>, <uninstall>, and <addSnapshot> steps. It identifies a particular installed component instance that is assumed to be installed on the target host.
This targeter matches the named component directly, and cannot be used to match derived instances of the named component. Use the <systemType> targeter to target components derived from a particular type.
|
Name |
Type |
Required |
Configurable |
Description |
|---|---|---|---|---|
|
name |
systemName |
Yes |
No |
The name of the system type component. |
|
installPath |
String |
No |
Yes |
The install path of the desired component. The value is converted to universal format prior to component resolution. |
|
host |
string |
No |
Yes |
The host on which the component is installed. Defaults to the current host. See the <retarget> step host attribute for details. |