Joe Osman wrote:
>BinaryKey="UninstallScript"
> ExeCommand="DeleteOldKmf.cmd"
Exe custom actions must be .exes, not .cmd. You'll need to replace it
with a call to cmd.exe -- or better yet, dump the batch file and use
built-in MSI functionality
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:
ActionS
al Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Tuesday, December 16, 2008 11:35 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Error 2721: Custom action not found in Binary
table stream
Scott Sam wrote:
> I'm trying to create and
Scott Sam wrote:
> I'm trying to create and apply a patch. I can create the patch without
> any errors or warnings. When I go to apply it I get the error "Error
> 2721: Custom action RemoveCasPol not found in Binary table stream".
>
Are you adding or changing that custom action or its DLL in
I'm trying to create and apply a patch. I can create the patch without
any errors or warnings. When I go to apply it I get the error "Error
2721: Custom action RemoveCasPol not found in Binary table stream".
How can I fix this?
Here is where I declare my custom action:
Here is where
5 matches
Mail list logo