On 9/4/09, Rainer Meier <r.me...@wpkg.org> wrote:
>
>
> We already know that especially on Windows Vista and newer we have troubles
> with
> the logon delay feature. Including such actions into wpkg.js seems not to
> be a
> good idea; I prefer wpkg.js to be as stable and reliable as possible and
> leaving
> such "fancy" stuff up to tools invoking wpkg.js. In case of failure or
> changes
> on OS/System level there is much less impact and lots of possibilities for
> work-around to get the core working.
>

What about implementing some sort of an "event-hook notification"
functionality where wpkg.js could call functions located in separate JS
file(s) (if available), so that custom solutions could be used. For example,
when wpkg.js detects that changes (whether installation, upgrades, or
removal) need to be made to the system, it could call the appropriate
pre-determined function in the external JS file. This external JS function
could then perform any kind of action, including using a custom message
solution to let the user know what's going on. If none of these "event hook"
external JS files are found or the callback functions themselves are not
found, then wpkg.js would just continue on as normal.
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to