Share via


MinVersion Property

Specifies the minimum version number for a file in a file search on the target computer. If a target file has a version number smaller than the value specified in the MinVersion property, the file search will return false.

Settings

The MinVersion property takes a string in the format n.n.n.n, where n is an integer. The MinVersion property is ignored if blank.

Remarks

For version numbers that do not specify a minor version, the MinVersion property must be filled out with zeros; for example if the version number is 5.0, you must enter 5.0.0.0.

See Also

Properties for the Launch Conditions Editor | MaxVersion Property