开发者

How to make installer for Eclipse RCP

开发者 https://www.devze.com 2023-01-19 05:18 出处:网络
I would like to create inst开发者_开发问答aller for Eclipse RCP application. What is the best way to do this?

I would like to create inst开发者_开发问答aller for Eclipse RCP application. What is the best way to do this? It is possible?

Eclipse Platform Version: 3.6.1


In a plug-in project, create a product configuration.

Configure it. On the Dependencies tab, the "Add required plug-ins" button is your friend.

Build the product -- e.g., through the "Exporting" section on the Overview tab.

Once it's built, you can build an installer with a third-party install tool compatible with the target operating system/s.

More detail is provided in the Eclipse FAQ under "How do I create an Eclipse product?"


There are two solutions that I know should make the job of creating an installer easy:

  1. EclipseNSIS - which is windows-only
  2. Use Pulse OneInstall - which seems to be cross-platform.

I have not used either of the above, but have been researching them as well. Both should have wizards that guide your through the above.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号