Hi All,

I am executing batch file using custom action which removes the extra
folders during uninstallation. But it's not executing the custom action.
The code is as follows:
<CustomAction Id="UninstallAct" Property="SCRIPTBAT" ExeCommand=""
Return="ignore" />

<InstallExecuteSequence>
      <!-- Only run before uninstallation -->
      <Custom Action="UninstallAct" Sequence="3450">Installed AND NOT
REINSTALL</Custom>
      <!-- Only run on uninstallation -->
    </InstallExecuteSequence>

I saw the log file and it's giving following error for this custom action:
MSI (c) (D8:7C) [17:44:23:970]: Note: 1: 2205 2:  3: Error
MSI (c) (D8:7C) [17:44:23:970]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1721

Can anyone help me in this issue?

Thanks in advance.

Regards,
Hukum
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to