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]: SRVSTART.EXE[Next]: TEE.REX
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Tips and Tricks->Tools->STRFINFO.EXE

STRFINFO.EXE

This tool is provided with MAKEMSI. It is used to extract "STRFINFO" (file version type information from binaries.

STRFINFO.EXE -?



[]-----------------------------------------------------------------[]
| STRFINFO v03.310 : Extracts STRINGFILEINFO text from executables. |
|                    (C)opyright Dennis Bareis 2002,2003            |
|                    ALL RIGHTS RESERVED (dbareis@labyrinth.net.au) |
[]-----------------------------------------------------------------[]

ERROR
~~~~~
The file "-?" does not exist!

SYNTAX
~~~~~~
StrFInfo[.EXE] ExeDllOcxFileName  [Property1  [Property2 ...]]

COMMON PROPERTIES
~~~~~~~~~~~~~~~~~
FileDescription  FileVersion     InternalName  OriginalFileName
ProductName      ProductVersion
CompanyName      LegalCopyRight
$Translation

Properties are generated to stdout in the order supplied, one per line.
A value of "FAILED" means a propery did not exist.
A scripting language such as REXX, PERL or VBSCRIPT would normally be used
to parse the generated (redirected) output.

A return code of 0 or 1 means that some properties exist.
A return code of 1 means that NONE of those you requested exist.
A return code of 2 means that the file does not exist.
Any other return codes probably mean that STRFILEINFO is unavailable, not
all executables will have the information.



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]: SRVSTART.EXE[Next]: TEE.REX


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.