Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » [Closed] Prevent Installer from Update
[Closed] Prevent Installer from Update [message #1748620] Fri, 25 November 2016 11:15 Go to next message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

Hello all,

I made a custom installer build. During installation of a product some external tasks need to be installed. The problem now is, that during installation of those tasks the installer updates itself and by doing so my customization are gone.

Is there a way to prevent the installer from updating itself or can you tell me where I can find the installer update-site in the oomph-project so that I can build a own update site?

Thank you


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods

[Updated on: Tue, 29 November 2016 13:54]

Report message to a moderator

Re: Prevent Installer from Update [message #1748625 is a reply to message #1748620] Fri, 25 November 2016 12:21 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33258
Registered: July 2009
Senior Member
What kind of customizations disappear? If you have to install a task implementation into the installer it must of course update itself...

The value of the system property oomph.installer.update.url will be used as the update site for the installer's self-update. If that's not specified http://download.eclipse.org/oomph/products/repository is used as the default. I'm not sure that answers your question...


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Prevent Installer from Update [message #1748641 is a reply to message #1748625] Fri, 25 November 2016 15:20 Go to previous messageGo to next message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

To be precise I'm talking about the pending changes I commited to the gerrit. Maybe I'll add some changes later on that are of no relevance for a public installer.

As far as I understand it the SetupProperty 'oomph.installer.update.url' should point to a update site fr the installer. I was asking if one can find this update site in the oomph project repo so that I can set up a custom installer update location


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods
Re: Prevent Installer from Update [message #1748664 is a reply to message #1748641] Sat, 26 November 2016 06:23 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33258
Registered: July 2009
Senior Member
You can locally do a Tycho build to build an update site using the External Tools launchers. You'll need to have Maven installed. The update site build for the installer is in git/org.eclipse.oomph/products/org.eclipse.oomph.setup.installer.product/target/repository. Note that you will not see each project's "target" folder in the workspace viewers because the .project file filters that folder out.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Prevent Installer from Update [message #1748772 is a reply to message #1748664] Mon, 28 November 2016 14:17 Go to previous message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

Thank you alot

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods
Previous Topic:Dynamic compiler level
Next Topic:How to add a new variable in the "Variables" wizard?
Goto Forum:
  


Current Time: Sun Dec 08 01:10:21 GMT 2024

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

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

Back to the top