Hi Dojo,
We're working on an application which has a SRM Framework dependency. The idea is that we check in the application package install script if a) the SRM Framework is installed and b) if the version is high enough.
How can we achieve this?
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 30th May 2024
Hi Jens,
The version info is normally saved a txt file(SRM_Solution_About) in C:\Skyline DataMiner\Webpages\SRM.
You could parse the version number.
Regards,
Jens Vandewalle [SLC] [DevOps Enabler] Posted new comment 29th May 2024
Hi Klaas, we would hope that there is another way to do this since parsing a text file is not error prone. Also the location of the file has changed in the past which gives me more reasons to look for a more robust solution.