Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-update-dev] Update manager UI on detection of new features

In WSDD we have lots of data that comes with our install/updates that uses
install handlers to lay them down on the users system. Most of these are
not a part of the base install and the user simply uses the update manager
to get them. For the ones that are a part of the base install we are going
to lay down the features with our installer. We have implemented the
completeConfigure() method in our install handlers to deal with completing
the install when Eclipse runs.

The problem with all this is that when Eclipse runs the first time, it
throws the update manager in forint of the user asking him about installing
these new features. Is there a way we can call Eclipse in a headless
fashion at the end of our install to complete this configuration so the
user does not get this cryptic dialog?

Tim



Back to the top