This property enables verbose logging in WiX custom actions. It writes extra entries to the MSI log. See "/src/ca/wcautil/wcalog.cpp" in the WiX sources for more details.
Take a look at MSI logging options running this command: msiexec /help So, in order to have "very" verbose log for WiX-based installation run it with the following command-line: msiexec /i YourPackage.msi LOGVERBOSE=1 /l*v install.log This works for me. Hope this helps. -- Yan -----Original Message----- From: phillip_sid...@dellteam.com [mailto:phillip_sid...@dellteam.com] Sent: Wednesday, January 21, 2009 5:51 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Log File name So it looks like I can set logging to verbose in WiX with this property: <Property Id="LOGVERBOSE">1</Property> Is there a way in WiX to set the default logfile name, and have it be created in the same folder as the .msi? Thanks. - Phil ------------------------------------------------------------------------ ------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users