Can you post the complete error message? If you want to use WiX v3, you
should update more often, from the weekly releases site
<http://wix.sourceforge.net/releases/> if there aren't "official" releases.
Kevin Fischer wrote:
Any thoughts on how to fix this?
Should I not be using V3 of WiX? I was under the impression that I
needed to use V3 if I wanted to use the "feature-rich" version of Votive.
Thanks,
Kevin
------------------------------------------------------------------------
From: [EMAIL PROTECTED]
To: wix-users@lists.sourceforge.net
Date: Mon, 14 May 2007 16:08:00 -0600
Subject: [WiX-users] Problem using Action attribute on Custom element
I'm trying to execute a deferred command line in my MSI. I want
it to execute only on uninstall prior to a service being
stopped/uninstalled.
I'm following the code snippet I found in the help. So I have
some code like:
<CustomAction Property="QtExecDeferred"
Value="[INSTALLLOCATION]foo.exe" />
<CustomAction Id="QtExecDeferred" BinaryKey="wixca"
DllEntry="CAQuietExec" Execute="deferred" Return="check"/>
<Binary Id="wixca" SourceFile="wixca.dll"/>
<InstallExecuteSequence>
<Custom Action="QtExecDeferred" Before="StopServices"
>Installed</Custom>
</InstallExecuteSequence>
When I try to compile this I get the error:
Cannot set column 'Action' with a null value because this is a
required field.
I'm using WiX version 3, the version released in December 2006.
Any ideas?
Thanks,
Kevin
------------------------------------------------------------------------
Change is good. See what's different about Windows Live Hotmail.
Check it out!
<http://www.windowslive-hotmail.com/learnmore/default.html?locale=en-us&ocid=RMT_TAGLM_HMWL_reten_changegood_0507>
------------------------------------------------------------------------
Download Messenger. Start an i’m conversation. Support a cause. Join
Now! <http://im.live.com/messenger/im/home/?source=TAGWL_MAY07>
------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
sig://boB
http://joyofsetup.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users