Multiple VERSIONINFO resources and multiple VERSIONINFO translations at the same time
ID PE039 Level WARNING Category Configuration
Description
There are multiple VERSIONINFO resources
with different languages in the executable.
At the same time, there are multiple translations for a single VERSIONINFO resource.
Windows Explorer and other file version info viewers may not be able to show the version information correctly.
Mitigation
If using Visual C++:
- If your executable is multilingual, you can add several
StringFileInfoblocks for different translations within the sameVERSIONINFOresource. Alternatively, you can add several independentVERSIONINFOresources for supported languages. Do not use both approaches at the same time.
Arguments
This rule has the following output arguments:
-
resource_lang- AffectedVERSIONINFOresource language integral code -
resource_lang_tag- AffectedVERSIONINFOresource language tag (e.g.en,nl-NLoren-US) -
resource_lang_location- AffectedVERSIONINFOresource language location (e.g.Spain,neutralorprocess_default)
Loading...
Unable to load this documentation page.