comRegisterRegistry {rcom} | R Documentation |
This function will register the COM server and its associated type library with the system (registry).
Technically, this will register the type library and add local-server entries for the prog and class ids.
This function has to be called when installing the package. Otherwise, neither the type library will be available (automation clients cannot use the server) nor a mapping from version independent and version-dependant prog-id will be available.
comRegisterRegistry()
Thomas Baier