minSupportedVersion constant

String const minSupportedVersion

Minimum Inno Setup version (inclusive) this package supports.

Versions below this floor found on disk — managed under innoManagedVersionsDir or a machine install — are treated as if they don't exist: never used for resolution and never deleted. defaultVersion must always be >= this value.

Implementation

static const String minSupportedVersion = '6.4.0';