Not a question but maybe something helpful if you need to compare 2 MSI or
Burn log files e.g. for figuring out what's going wrong with an
installation.

Normally you have something like
MSI (s) (C8:B8) [05:43:18:174]:
or
[05B0:08DC][2013-07-04T05:46:47]:
as a timestamp at the beginning of many log file lines.

To filter them out just open the log files e.g. in notepad++ and do a
replace:
Find what: "^.*]: "
Replace with: <EmptyString>
Search Mode: Regular expression

Or if the merge tool supports regex (e.g. Araxis merge does) add the regex
"^.*]: " as an ignore string and the merge tool will only show the lines
with differences.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to