Hi,
In my Wix code, I am executing one custom action

   <CustomAction Id="CA_UnInstallXXX"
             Directory='CVPDir'
             
ExeCommand='"[WindowsFolder]Microsoft.NET\Framework\v2.0.50727\installUtil.exe" 
/u XXX.exe"'
             Return='Check' >
    </CustomAction>

Some times, This custom action is failing. So on failure ,I want to give 
specific error related to only this CA.

I am getting one generalize error(Id=1722) for all CAs failure.

Please help me out.

Regards
Sandeep

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to