Re: [WiX-users] Does WcaLog parse square brackets in some special way?

2009-10-03 Thread Blair
ubject: Re: [WiX-users] Does WcaLog parse square brackets in some special way? What it is supposed to return depends on the values of the two session properties "MYLOG" and "funky". Look at http://msdn.microsoft.com/en-us/library/aa368012(VS.85).aspx -Original M

Re: [WiX-users] Does WcaLog parse square brackets in some special way?

2009-10-03 Thread Blair
er 03, 2009 12:41 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Does WcaLog parse square brackets in some special way? Having this log entry in my C++ custom action: LPCWSTR cause = L"Something is [funky] here"; ::WcaLog(LOGMSG_STANDARD, "[MYLOG] program failed be

[WiX-users] Does WcaLog parse square brackets in some special way?

2009-10-03 Thread Tony Juricic
Having this log entry in my C++ custom action: LPCWSTR cause = L"Something is [funky] here"; ::WcaLog(LOGMSG_STANDARD, "[MYLOG] program failed because %S", cause); This is the log that I get: "program failed because Something is here" TradeStation Group, Inc. is a publicly-traded holding compa