[WiX-users] I swear I looked around before asking about pragma message functionality...

2014-12-18 Thread gapearce
Is there a way to get something like (In C++) #pragma message(some message) that I can put in my WiX project file? I want to output in the log the generated product code each time it is built. I found warning but I can't get it to output the value of a variable. I tried a couple of variations

Re: [WiX-users] I swear I looked around before asking about pragma message functionality...

2014-12-18 Thread gapearce
Sorry - I was too impatient... I figured it out ;-) Doh! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-swear-I-looked-around-before-asking-about-pragma-message-functionality-tp7598646p7598647.html Sent from the wix-users mailing list archive

Re: [WiX-users] I swear I looked around before asking about pragma message functionality...

2014-12-18 Thread Majcica, Mario
You could share with us your findings... -Original Message- From: gapearce [mailto:mr_gapea...@yahoo.com] Sent: Friday, December 19, 2014 05:06 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] I swear I looked around before asking about pragma message functionality... Sorry