<tt><font size=2>> <br>
> I've been trying to figure out a way to allow end users to trigger
<br>
> WPKG to run when it is convenient to them. Ideally we could setup
a <br>
> shortcut on everyone's Start menu so that they could click "Install
<br>
> Updates" which would start wpkg.js. The issue I'm having
with <br>
> implementing this is that end users don't have local admin rights.
<br>
> Has anyone figured out a way to allow users to trigger wpkg.js with
<br>
> elevated privileges? </font></tt>
<br>
<br><tt><font size=2>With WPKG-GP you could just go and make a shortcut
to </font></tt>
<br><tt><font size=2>%PROGRAMFILES%\wpkg-gp\wpkgpipeclient.exe Execute</font></tt>
<br>
<br><tt><font size=2>This would start the normal WPKG-GP process and report
in a window.</font></tt>
<br>
<br><tt><font size=2>Better practice though would be asking the user to
just reboot - for two reasons:</font></tt>
<br><tt><font size=2>1) Many installers expect the program to not be running
during updates, and will react differently if it is (kill, fail or schedule
reboot). Though there are some workarounds for that (for MSIs using /norestart
and catching exit code 3010), it's not as reliable as you'd wish, because
many many installers don't seem to go through proper testing.</font></tt>
<br><tt><font size=2>2) If you trigger a reboot in an install definition,
the user will get kicked out of his session unexpectedly (and forcefully).
This might result in bad karma.</font></tt>
<br>
<br><tt><font size=2>So better just pop up a message asking for a reboot
and on the next boot, WPKG-GP will do its business.</font></tt>
<br>
<br><tt><font size=2>Best Regards</font></tt>
<br><tt><font size=2>        Heiko</font></tt>