MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: Event Log Applet[Next]: Free Extractor
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Tips and Tricks->Tools->FINDMULT.VBS

FINDMULT.VBS

This is a free tool which comes with MAKEMSI which it uses to filter messages returned by the MSIVAL2 tool.

FINDMULT.VBS /?

[]------------------------------------------------------[]
| FINDMULT.VBS v08.226: Filters STDIN (multiple filters) |
[]------------------------------------------------------[]

This program filters text input from stdin (piped or redirected).
Due to a windows bug you must specifically run via CSCRIPT and not let it
default to using CSCRIPT (which forces you to specify path - thanks MS!)!
You can specify as many rules for inclusion (+) or exclusion (+) as you wish.

There are 2 types of rules the first is a simple rule, "*" matches all
and anything else matches if it exists in a stdin line (case sensitive match).
The second type is a regular expression, this is indicated by beginning
the string with "RE:" (in any case) - if the case was "Re:" then the
regular expression is case insensitive.
Rule order is important as the first match is applied.

Blank lines or those starting with ";" in the rule file(s) are ignored, all
others specify one or more rules (per line), the first character is used as a
delimiter, for example "/+rule 1/" or "!-rule 1!+Rule 2 !".

Invalid arguments
~~~~~~~~~~~~~~~~~
Invalid Rule of "/?"

CORRECT SYNTAX
~~~~~~~~~~~~~~
CSCRIPT FullPath\FINDMULT[.VBS] [+Rule | -Rule | @RuleFile] ... < file


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006 & 2007 for the Windows SDK (Windows Installer) area.This external link was OK when tested at 7 Aug 2008Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: Event Log Applet[Next]: Free Extractor


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Tuesday August 19 2008 at 7:04pm
Visit MAKEMSI's Home PageThis external link was OK when tested at 13 Aug 2008

HTML page dated Mon, 29 Jan 2007 00:11:11 GMT
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006 & 2007 for the Windows SDK (Windows Installer) area.This external link was OK when tested at 7 Aug 2008