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

Reply via email to