Re: [WiX-users] Error 2769: Custom Action Install did not close 1 MSIHANDLEs.

2008-10-28 Thread Dave Largen
Mensching [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2008 2:51 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error 2769: Custom Action Install did not close 1 MSIHANDLEs. Almost always, that message means the CustomAction crashed... unless your code

Re: [WiX-users] Error 2769: Custom Action Install did not close 1 MSIHANDLEs.

2008-10-28 Thread Rob Mensching
Almost always, that message means the CustomAction crashed... unless your code always leaks handles. -Original Message- From: Dave Largen [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2008 11:10 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Error 2769: Custom Action

[WiX-users] Error 2769: Custom Action Install did not close 1 MSIHANDLEs.

2008-10-28 Thread Dave Largen
I'm running a WIX install on a Vista box and I get the below error when I run a custom action. The action runs fine on an XP box. I am running the installer with elevated privileges from an administrator account. Does anyone have an idea what could be causing this. I am running build 3.0.4624.0