You should only need InstalLogModes.Verbose. I'm assuming DTF just maps to the values for MSIEnableLog, as I do in my home-grown version. See the "verbose" value under http://msdn.microsoft.com/en-us/library/aa370091%28v=vs.85%29.aspx
-----Original Message----- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: 27 July 2011 21:54 To: General discussion for Windows Installer XML toolset.(wix-users@lists.sourceforge.net) Subject: [WiX-users] DTF Equivalent of /l*v I'm building a bootstrapper using DTF. I'd like to set the messageFilter to Installer.SetExternalUI() to be equivalent to the msiexec /l*v logging option but I can't quite figure out which combination of InstallLogModes values to use. At one point, I had nearly all values but I didn't see messages in my external UI handler for some of the messages I see in a msiexec /l*v log. Here's an example: InstallLogModes messageFilter = InstallLogModes.Error | InstallLogModes.Info | InstallLogModes.Warning | InstallLogModes.Verbose | InstallLogModes.ActionStart | InstallLogModes.ActionData | InstallLogModes.CommonData | InstallLogModes.PropertyDump | InstallLogModes.FilesInUse | InstallLogModes.RMFilesInUse | InstallLogModes.OutOfDiskSpace | InstallLogModes.ExtraDebug | InstallLogModes.User | InstallLogModes.Progress | InstallLogModes.Initialize | InstallLogModes.ResolveSource | InstallLogModes.ShowDialog | InstallLogModes.Terminate | //InstallLogModes.LogOnlyOnError | //InstallLogModes.None | InstallLogModes.FatalExit; Edwin G. Castro Software Developer - Staff Digital Channels Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com<http://www.fiserv.com/> P Please consider the environment before printing this e-mail ----------------------------------------------------------------------------- - Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users