Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

FAQ When do I need to write a plug-in install handler?

Revision as of 16:29, 14 March 2006 by Claffra (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Writing a plug-in install handler is appropriate for most professional applications. Doing so is not only a comfort that most end users will expect but also allows you to perform custom installation, such as

  • Moving data to other locations in the file system outside the install

directory. This allows data to be shared by multiple applications or by multiple versions of your application.</li>

  • Reading or saving values in the Windows registry.</li>
  • Asking the user to confirm licensing terms.</li>
  • Searching for installed components, such as ActiveX or database drivers,

that your application requires and installing them, if necessary.</li>

When creating a feature using the PDE wizard, you get the option to specify an optional feature-specific install handler.

See Also:

FAQ_Can_I_use_an_installation_program_to_distribute_my_Eclipse_product?


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top