My question is if there is an alternative plugin similar to LogicLib? One that does support numbers like 17.0.8.22 since my program version that’s in the registry is a number like that and it seems like LogicLib does not support this for Windows 7.
It does recgonize it like this:
${If} $0 = '17.0.22.0'
But this is failing/being ignored,
${If} $0 > '17.0.22.0'
As Anders states, the
VersionComparemacro can handle complex version comparison.Here is a little example: