In a C++ DLL custom action I have the following code:

::WcaLog(LOGMSG_VERBOSE, "%s", "My log text");

MSI install is started with the following log options:

msiexec /i myinstall.msi /lv*x .\install.log

However, log file doesn't contain the text as could be expected. In
contrast, LOGMSG_STANDARD works in this scenario.

Thanks for any input

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to