Ah, I see. Thanks, that fixed the issue.
I had to change the detection condition to ReleaseVersion>379893 (Checks if the current version installed is 4.5.2 or higher)
https://msdn.microsoft.com/en-us/library/hh925568%28v=vs.110%29.aspx
Not sure about VersionNT64 variable however. It always seems to evaluate to true, and false after the NOT.
I had to change the detection condition to ReleaseVersion>379893 (Checks if the current version installed is 4.5.2 or higher)
https://msdn.microsoft.com/en-us/library/hh925568%28v=vs.110%29.aspx
Not sure about VersionNT64 variable however. It always seems to evaluate to true, and false after the NOT.