Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Installer custom top level product list?
Installer custom top level product list? [message #1622841] Wed, 18 February 2015 19:43 Go to next message
Bryan Hunt is currently offline Bryan HuntFriend
Messages: 366
Registered: July 2009
Senior Member
Is it possible to customize the top level (first page) of the installer? I see in the advanced mode there is an Eclipse.org folder. Can I create a MyCompany.com folder? Is there a model for this, and how would I distribute an installer that already had this configured? Also, can the Eclipse.org folder be hidden?
Re: Installer custom top level product list? [message #1624663 is a reply to message #1622841] Thu, 19 February 2015 23:33 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33264
Registered: July 2009
Senior Member
Bryan,

Any -D option starting with

public static final String PROP_REDIRECTION_BASE = "oomph.redirection.";

will be treated as a URI mapping.

This allows you to redirect the physical location of the root index

public static final URI INDEX_SETUP_LOCATION_URI =
URI.createURI("http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/org.eclipse.setup");

to some other location and hence gives complete control of the overall
contents of the root index and therefore indirectly you can control
which product and project indices are available/visible.



On 18.02.2015 20:43, Bryan Hunt wrote:
> Is it possible to customize the top level (first page) of the
> installer? I see in the advanced mode there is an Eclipse.org folder.
> Can I create a MyCompany.com folder? Is there a model for this, and how
> would I distribute an installer that already had this configured? Also,
> can the Eclipse.org folder be hidden?


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Import plain Java Projects
Next Topic:preferences under a product
Goto Forum:
  


Current Time: Thu Dec 26 12:35:01 GMT 2024

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

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

Back to the top