Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Custom Eclipse-Installer(How to create a custom Eclipse-Installer?)
Custom Eclipse-Installer [message #1778832] Fri, 22 December 2017 10:28 Go to next message
Eclipse UserFriend
Hello everybody,

I am new here and I really searched a lot but could not find a solution for my problem.

I want to build a custom Eclipse-Installer where I only can choose the "Eclipse IDE for Java EE Developers" in the Product List.
In the Projects List should only be my .setup File and nothing else.

How can I realize this?

Thank you for your help!

Best regards
Re: Custom Eclipse-Installer [message #1778883 is a reply to message #1778832] Fri, 22 December 2017 20:47 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
If you host your own index you can control exactly what is in there:

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Hosting_your_own_index_.2F_catalogs

With a Configuration you can automate the selection process:

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Automation_and_Specialization_with_Configurations


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Custom Eclipse-Installer [message #1779338 is a reply to message #1778883] Fri, 05 January 2018 15:08 Go to previous messageGo to next message
Eclipse UserFriend
Thank you very much!
I solved my problem with this example:
https://github.com/nittka/oomph-playground
Re: Custom Eclipse-Installer [message #1779807 is a reply to message #1778832] Fri, 12 January 2018 23:30 Go to previous messageGo to next message
Benedikt Loup is currently offline Benedikt LoupFriend
Messages: 3
Registered: January 2018
Junior Member
I also got the installer working with this tutorial.
Thanks a lot for giving a hint here.

But:

I don't get the part where the Windows installer gets decomposed.
Where is the BINExtractor.jar stored? According to methods described in the tutorial it's already included in the eclipse-installer.exe but how do I access it?

Since this was the problem I was looking around for a pre-compiled BINExtractor but I only find the official source code and this is not able to compile on my machine.

Maybe someone of you did this decomposing before and knows some tips.

[Updated on: Mon, 15 January 2018 21:06]

Report message to a moderator

Re: Custom Eclipse-Installer [message #1779945 is a reply to message #1779807] Tue, 16 January 2018 04:48 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
I guess you're trying to do what's described in https://wiki.eclipse.org/Eclipse_Oomph_Authoring#How_to_extract_the_constituent_parts_that_comprise_the_Windows_self-extracting_installer_executable and are asking about where to find org.eclipse.oomph.extractor.lib-*.jar. You should find versions of it in your bundle pool, i.e., in ~/.p2/pool/plugins ,or if you've kept your installer in a permanent location, then in the plugins folder of that installation's folder you'll find it as well.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Custom Eclipse-Installer [message #1780165 is a reply to message #1779945] Thu, 18 January 2018 10:08 Go to previous message
Benedikt Loup is currently offline Benedikt LoupFriend
Messages: 3
Registered: January 2018
Junior Member
Thank you very much.
I was just looking in the wrong place and now everything worked like a charm.

With best regards
Benedikt
Previous Topic:Documentation confusion
Next Topic:Limit Mirrors
Goto Forum:
  


Current Time: Thu Apr 18 14:10:57 GMT 2024

Powered by FUDForum. Page generated in 0.02083 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top