<fuego : updateProduct>

Description

Apply a product Maintenance Pack or fix.

Example:

 <target name="update">
         <fuego:updateProduct action="update" file="ALBPMEnterpriseSA572_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 File ?
action String ["update", "rollbackHotfix", "rollbackServicePack"] ?

Parameters accepted as nested elements