<fuego : updateProduct>

Description

This task applies (or rollbacks) a product Maintenance Pack or Patch.

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>

 

Parameters

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

Parameters accepted as nested elements