This code doesn't seem to let the user go any further, regardless of the file existing or not. Where am I going wrong?
Page custom instcheckleave
Function instcheckleave
IfFileExists $INSTDIR\info.ini PathGood
Abort ; if $INSTDIR is not a valid program, don't let us run the patch
PathGood:
FunctionEnd
Checking if a file exists
The installer I am creating patches some already installed software, as such I want it to check that a certain file exists before allowing it to continue, I have the following.....