Skip to content
Discussion options

You must be logged in to vote

That's covered in this section:

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#How_to_extract_the_constituent_parts_that_comprise_the_Windows_self-extracting_installer_executable

It's only supported for Windows because Linux users are smart and Mac users have *.dmg.

The installer is actually quite a complicated example, because we build a bunch of variations of the product, with and without JRE, and with and without restrictions:

The repackage-product.sh is the most relevant here. We repackage the zip as a tar because it was much easier to write native code to unpack a tar file than to unzip a zip file...

This approach could be used to package up the final actual RCP application itself…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vogella
Comment options

Answer selected by merks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants