[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: [p2] How to prevent installation step (just unzip)

Can anyone shed some light on this?

Regards,
Claus

Claus Klammer schrieb:
No, that's not what I want.
These are my requirements:
- build product
- deliver product to client
- client unzips product
- client can perform update of product without the need of running through an install procedure first.


How can I get rid of the need to install the product first?

Claus

Pascal Rapicault schrieb:
Do you mean that you want the bundles to be downloaded, but not added to the bundles.info?
If so, then once you have the ProvisioningPlan, you should only run the collect phase of the engine.


HTH


"Claus Klammer" <klammer@xxxxxxxxx> wrote in message news:g5pvvg$rj9$1@xxxxxxxxxxxxxxxxxxxx
I want to create a self provisioning RCP application but would like to just unzip the application without the need of installing it first. This must be possible since Eclipse 3.4 itself needs only to be extracted and update is working.

Regards,
Claus Klammer