Question: Install Office Integration plugin Manually #41377
-
|
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Donwloads\OfficeIntegrationOffline\ Then I added a LOCAL software source pointing to "Donwloads\OfficeIntegrationOffline", selected all the suggested components but the installation failed because of missing dependendencies. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Nah, you would need to follow the OSGi plugin installation procedures, which includes automatic dependencies resolution. Basically something of the sort described here in the This might be a valid approach, but it worth all the effort only if you need to be able to dynamically introduce office plugins into existing DBeaver installations minimizing the amount of data to be manually delivered. On the other side of the question, if the goal is to have a DBeaver installation with office plugins, and not the
|
Beta Was this translation helpful? Give feedback.
-
|
@ged-yuko thanks for the response! I think I understand why manual installation is not possible. Nevertheless, the workaround with using the portable version, installing the Office Integration plugin, pack the entire DBeaver directory, and use it in an offline machine worked just fine :) Thank you |
Beta Was this translation helpful? Give feedback.
Nah, you would need to follow the OSGi plugin installation procedures, which includes automatic dependencies resolution. Basically something of the sort described here in the
Installing / Uninstalling IUs Into a Target Productsection. It allows you to specify repository location on the filesystem to obtain plugin packages from. The location should however contain a valid p2 repository structure, not just a bunch of certain files, as well as all the implicitly required dependencies. It was a few years ago when i described similar approach to solve the plugins preservation over the official DBeaver's upgrade procedure (which doesn't preserve them as of now). Not sure if it still works thou…