I now trying to get the maximum from it and I'm now stuck with file version testing.
My purpose is to check the presence (and the version) of each program. For this, I mainly use the file version check rather than registry keys.
The problem I got is that the checking seem to be done only on the 1st digit of the version.
With the code below:
QUOTE
[Test]selected=0
description.0 = File version Test
command.0 = Some command
file.0.0 = %programfiles%\Abilon\Abilon.exe?1.0.1.0
description.0 = File version Test
command.0 = Some command
file.0.0 = %programfiles%\Abilon\Abilon.exe?1.0.1.0
The result is the same whatever I check version 1.0.1.0 or only 1 (same result with operator ?>) It seem that the check is done only on the 1st digit only.
I use version 2.1.10.0, is this a bug or a syntax error ?