From: Nutesh Garg
Sent: Tuesday, October 07, 2008 12:51 PM
To: 'wix-users@lists.sourceforge.net'
Subject: error while uninstalling

Hi,

I am getting an error while uninstalling the product that has been patched.
The msi log says:

DEBUG: Error 2769:  Custom Action InstallSqlData did not close 5 MSIHANDLEs.
MSI (s) (74:6C) [23:50:36:688]: Closing MSIHANDLE (74) of type 790542 for 
thread 6176
The installer has encountered an unexpected error installing this package. This 
may indicate a problem with this package. The error code is 2769. The arguments 
are: InstallSqlData, 5,
MSI (s) (74:20) [23:50:36:688]: Machine policy value 'DisableRollback' is 0
MSI (s) (74:20) [23:50:36:688]: Note: 1: 1402 2: 
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts
 3: 2
Action ended 23:50:36: InstallSqlData. Return value 3.

The error 2769 says The InstallExecuteSequence may have been authored 
incorrectly. Actions that change the system must be sequenced between the 
InstallInitialize and InstallFinalize actions. Perform package validation and 
check for ICE77. I validated the package and this ICE77 is not coming.

>From my investigation I found that InstallSqlData is a standard custom action 
>that is added by WIX itself when I run some SQL scripts.
The custom action is automatically scheduled after InstallFiles and in 
InstallExecuteSequence the condition to run this custom action is NOT 
SKIPINSTALLSQLDATA.

I am using WIX 2.0.

Any help is appreciated here.

Thanks,
Nutesh

-------------------------------------------------------------------------
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