I am looking for a step by step on how to accomplish the roll out of a widget with the upgrade from notes 7.0.4 to 8.x. But it is a more general question in reality.
How do i deploy a widget with every notes client install without using the domino policies, so with installation…
Did anybody already do this and can share a how to ?
I understood you need to do something in the plugin_customization.ini but haven’t got a clue on how to do it.
The minimal settings you will need to deploy a widget are:
com.ibm.rcp.toolbox.admin/toolboxCatalogServer=<server_name>.myserver.mycompany.com
com.ibm.rcp.toolbox.admin/toolboxCatalogDBName=toolbox.nsf
com.ibm.rcp.toolbox.admin/toolboxCatalogLocalDBName=toolbox.nsf
com.ibm.rcp.toolbox.admin/catalogCategoriesToInstall=Everyone
There are many other settings that allow you to control what widget functions/UI a user can do/use. You can read the documentation to find out more about these.
What will this do-> When the user launches the client, a local replica of the catalog will be created and the widgets in the Everyone category will be installed.