|
|
|
Re: 2019 Silent install [message #1810985 is a reply to message #1810968] |
Fri, 23 August 2019 03:45 |
Ed Merks Messages: 33264 Registered: July 2009 |
Senior Member |
|
|
Yes, and the director application is inside of the thing you untar/unzip.
The installer is simply reusing the same infrastructure as the p2 director is using; with a Configuration one can easily specify all the "configuration options" as so-called setup tasks, not surprisingly, using p2 director task in this case to include any additional things you might want to install.
For example, I have this in my user.setup:<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
label="VI">
<requirement
name="com.mbartl.viplugin.eclipse.feature.group"
optional="true"/>
<repository
url="http://viplugin.com"/>
</setup.p2:P2Task>
So every IDE that I install automatically includes vi support (because I can't edit without it).
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.07364 seconds