The file is marked as a development version, not a commercially released product
ID PE026 Level WARNING Category Configuration
Description
Executable version information contains the VS_FF_PRERELEASE
flag which indicates that
the executable is a development version, not a commercially released product.
Mitigation
- Make sure you are not distributing development product versions.
If using Visual C++:
- Remove the
VS_FF_PRERELEASE
flag from the fixed version info of theVERSIONINFO
structure.
Arguments
This rule has the following output arguments:
-
resource_lang
- AffectedVERSIONINFO
resource language integral code -
resource_lang_tag
- AffectedVERSIONINFO
resource language tag (e.g.en
,nl-NL
oren-US
) -
resource_lang_location
- AffectedVERSIONINFO
resource language location (e.g.Spain
,neutral
orprocess_default
)
Loading...
Unable to load this documentation page.