I use this to check if prog version is lower than the one to be installed (please note the use of the %PowerArc.ver% to display the version installed
Quote
test.4.0 = %ProgramFiles%\PowerArchiver\POWERARC.EXE?<9.02
test.eval.4 = 0
Disabled.4 = if.false
Selected.4 = if.true
flags.4 = italic:if.false
Work fine is the file exist, but if the file don't exit the test return false.
This was not the case with the previous testing method (If I do remember the version was set to 0 if the file don't exist)
So I'm obliged to double the test like this
Quote
test.4.0 = %ProgramFiles%\PowerArchiver\POWERARC.EXE?<9.02
test.4.1 = !%ProgramFiles%\PowerArchiver\POWERARC.EXE
test.eval.4 = 0 | 1
Disabled.4 = if.false
Selected.4 = if.true
flags.4 = italic:if.false
Not a real problem but I would like to know if this is voluntary or a bug
Regards
XPect



Help
Back to top








