During product uninstall I am trying to execute a file which is stored in the binary table. I am getting the following error message in the verbose log file:

DEBUG: Error 2721: Custom action UninstallTasks not found in Binary table stream MSI (s) (30:2C) [13:45:43:591]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,) The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2721. The arguments are: UninstallTasks, ,

This is the custom action

<Binary Id="UninstallScript" SourceFile="DeleteOldKmf.cmd"/>

         <CustomAction Id="UninstallTasks"
                     BinaryKey="UninstallScript"
                     ExeCommand="DeleteOldKmf.cmd"
                     Return="ignore"
                     Execute="deferred"
          />

I don't understand what I am doing wrong.
Thank you for your help.



=======================================================================
This email, including any attachments, is only for the intended
addressee.  It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
altered or corrupted during transmission.
=======================================================================

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to