What are some RCP Deployment Options?

Posted by mdamman on Stack Overflow See other posts from Stack Overflow or by mdamman
Published on 2010-05-13T13:37:44Z Indexed on 2010/06/12 10:12 UTC
Read the original article Hit count: 278

Filed under:
|
|

We have an RCP application and we are looking for a better way to do installation/updates. Currently to install, they just unzip a zip file. The zip file also contains scripts in it that are not java code. We were running into some bugs when updating if they don't first delete the old folder that was previous unzipped. The issue with deleting the folder is that the user loses the plugin preferences that were set. The installation would also need to register a COM server. The update would have to update the plugins and also replace the current script folder. What are some of the best options that could be used for installing and updating rcp apps? Thanks!

© Stack Overflow or respective owner

Related posts about deployment

Related posts about installer