We have configured the Widget Catalog and put in there some widget such as the IBM Connections Plugin for Sametime.
I need to find a way to know who has installed that widget, and which version they are using.
Is that the current version or they need to perform an upgrade?
Manually I can go to the user’s IBM Notes and go to:
Help-About IBM Notes and then click on “Plug-ins Details”.
I already done script that run on each Notes Client to gather some stats about their computer.
I will like to be able to check if they have installed the IBM Connections Widget and get it release.
Is there any LotusScript I can run, file I can check or any registry key, to obtain that info?
I see that the plug-ins seem to be installed in the C:\Notes\framework\shared\eclipse folder, Maybe at the last resort I can read that, but it should have something better to achieve this.
Subject: It is very easy to get this in a small Eclipse plugin
As it is very difficult to get this informations from Lotus script, it is very easy to get this in an eclipse plugin. In my company we use a small auto start plugin which writes all our installed bundles with version infos to a file and then we mail this file to a central mail in database
FileWriter writer = new FileWriter(new File(System.getenv(“TEMP”) + File.separator