Thanks, that looks like what I wanted.

 

I'm having trouble linking everything correctly though, and I get a ton
of errors in wcautil.h, like 

"E:\Program Files\WiX\sdk\inc\wcautil.h(48): error C2065: '__in' :
undeclared identifier"

And

"E:\Program Files\WiX\sdk\inc\wcautil.h(48): error C2182:
'WcaGlobalInitialize' : illegal use of type 'void'"

 

I've tried to include dutil.lib and wcautil.lib.  Is there something
else that needs to be configured to use wcautil.lib (specifically
WcaLog)?

 

 

 

________________________________

From: Brian Simoneau [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 25, 2007 4:20 PM
To: Rowland, Chris; WiX-users@lists.sourceforge.net
Subject: RE: [WiX-users] Logging in a custom action

 

If you are writing a C++ custom action, then the WcaLog function in
wcautil will write to the install log or show you how to do it yourself.

 

-Brian Simoneau

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

Reply via email to