Get SAP Version

Hi!

We’ve recentyl developed an Action to update SAP with an .exe.

Now we want to have a column with the SAP Version installed in each computer in order to know which ones are still needing the update.

Is there a way to do this? Thanks!

Look like SAP may register with an app path so one option is to pull the version of the regapp

Q: versions of regapps "SAPgui.exe"
A: 7700.1.3.8962
2 Likes

That said, what is the relevance for your fixlet that updates SAP? If you are checking for a version below whatever your required version is, the applicable computer count is another way you can see how many systems are needing the update.

Q: exists regapp "sapgui.exe" whose (version of it < "77001.2.8963")
A: True
T: 4.256 ms
I: singular boolean
1 Like

Thanks, it works fine!