Hi, Cameron! If I'm not mistaken you can use MsiLogging Property (you can read details inside MSI SDK documentation). Remarks: The MsiLogging property sets the default logging mode for the Windows Installer package. If this optional property is present in the Property table, the installer generates a log file named MSI*.LOG. The full path to the log file is given by the value of the MsiLogFileLocation property.
It comes with MSI 4.0 and above. Hope this helps. -----Original Message----- From: Kerber, Cameron [mailto:[email protected]] Sent: Wednesday, April 28, 2010 1:26 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] WiX Logging Ok, So my current WiX application is building and works fine but occasionally crashes. In those cases I would like a log file. I know I can run msiexec from a commandline with the log command line switch, but is there anyway within the actual WiX votive project to define to always use the log command line switch when running this setup? Thanks! Cameron ________________________________ The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message. ---------------------------------------------------------------------------- -- _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

