Need some relevance help on IBM i-access solutions

IBM I-access solutions because it is Java based does not register with the windows OS, so I am trying to get the product version from the .exe. for the relevance for the fixlet.
this is what I have but it does not work.
could really use your help, thank you.

exists file “acslaunch_win-64.exe” whose (value “ProductVersion” of version block of file as string of it < “1.1.9.1”) of folders “C:\Users\Public\IBM\ClientSolutions\Start_Programs\Windows_x86-64”

I figured it out using this post https://forum.bigfix.com/t/january-intel-meltdown-patches/24077/25

(not exists file “C:\Users\Public\IBM\ClientSolutions\Start_Programs\Windows_x86-64\acslaunch_win-64.exe”) or (value “ProductVersion” of version block of file “C:\Users\Public\IBM\ClientSolutions\Start_Programs\Windows_x86-64\acslaunch_win-64.exe” <= “1.1.9.1”)

thank you all

3 Likes