Skip to main content



      Home
Home » Eclipse Projects » Oomph » URI re-direction with the self-extracting installer(Looking for a way to pass through command-line args to the installer)
URI re-direction with the self-extracting installer [message #1746171] Mon, 24 October 2016 09:00 Go to next message
Eclipse UserFriend
Hi,

The Eclipse Installer provides two very handy capabilities on the Windows platform: self-extracting installer archive and URI redirection for testing setup changes locally before publishing them.

However, it is not so simple to mix the two. I was hoping that if I added command-line arguments like

    -vmargs -Doomph.redirection.blahblah=...


to the invocation of the self-extracting installer executable then it might pass them through to the extract installer executable. It seems not to have done so.

Is there some way to pass along arguments or do I just have to switch to advanced mode and move the installer to a "permanent location" so that I can edit its INI file?

And what would be the level of interest in support pass-through of command-line arguments if it is not currently implemented?

Thanks,

Christian
Re: URI re-direction with the self-extracting installer [message #1746175 is a reply to message #1746171] Mon, 24 October 2016 10:17 Go to previous messageGo to next message
Eclipse UserFriend
Christian,

There is no passing of any arguments from the Windows native extractor executable to the launched Java application. It would be useful, and perhaps not that difficult to support, but it needs to be implemented in the C code and then compiled to produce new extractors. That was working only on Eike's machine, his old machine, and not his new machine. So that's the first step, getting that horrible stuff to build again...
Re: URI re-direction with the self-extracting installer [message #1746179 is a reply to message #1746175] Mon, 24 October 2016 10:39 Go to previous message
Eclipse UserFriend
Okay, thanks Ed.

Not wanting to raise new nightmares for anyone, I am happy with the "keep installer" work-around.

But, would you like me to raise an enhancement request?

cW
Previous Topic:Custom self-extracting installer doesn't find the JRE on Windows
Next Topic:Including JRE 7 with Neon
Goto Forum:
  


Current Time: Sun Jul 27 05:06:19 EDT 2025

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

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

Back to the top