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.

You can use the regular expression tester tool MAKEMSI installed to test if your expression are OK.

FINDMULT.VBS /?

[]------------------------------------------------------[]
| FINDMULT.VBS v17.212: 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] ... < filex


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please 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).
Saturday May 28 2022 at 3:11pm
Visit MAKEMSI's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.