As in /MD instead of /MT?
________________________________
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Friday, April 27, 2007 12:08 PM
To: Rowland, Chris
Cc: [EMAIL PROTECTED]; WiX-users@lists.sourceforge.net
Subject: Re: [WiX-users] Logging in a custom action
[EMAIL PROTECTED] wrote:
Is there any way to determine from the log why a CA is failing to
execute, if it appears that its never even getting into the CA in the
first place?
That almost always means that the DLL has a dependency not being met,
which almost always means you're linking with the DLL version of the
runtime library and it's not present on the target. Set the compiler
options to link with the static CRT and your life will be much simpler
(at least as far as CA DLLs go).
--
sig://boB
http://bobs.org
-------------------------------------------------------------------------
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