Example:
<target name="update">
<fuego:updateProduct action="update" file="ALBPMEnterpriseSA103_HF.upd"/>
</target>
<target name="rollbackhf">
<fuego:updateProduct action="rollbackHotfix"/>
</target>
<target name="rollbacksp">
<fuego:updateProduct action="rollbackServicePack"/>
</target>
| Attribute | Description | Type | Required? |
| file | Service Pack or Patch file | File |
No Required when action is set to "update"
|
| action | What action to take | String ["update", "rollbackHotfix", "rollbackServicePack"] | Yes |