Ahh Something Small I have now Figured it out....
${GetBetween} "<version>" "</version>" ".\currentversion.xml" "$R0"
That helped on Returning the Value Found in XML. I must
have not Set the Install Directory. Instead I set OutFile.
But now For Function VersionCompare. Making the Number in
the XML file 5.1 Instead of 5.405 and Doing this with the Line
of Code:
Code:
${VersionCompare} "$R0" "5.0" "$R0"
Everything works When I change 5.0 in the Script to a
more Higher Version than 5.1 it works as I want. Plus
when I change 5.1 in the XML to what ever. So now I
can Work With this. A good Explanation on why it's
best to do 0.0.0.0.0 Decimals is needed but ok to Use.
Both Afrow Uk And Instructor, All I can say is Thanks !!!!
And Joel When ever I need to Write a XML With the
Installer I am sure those Links will Come in handy,
Thanks !!!!
-MichaelFlya-