<tt><font size=2>> > We have created a script that includes WPKG.
The script is called from<br>
> > a browser when a user performs an action (e.g. pushes a button).<br>
> ><br>
> > However, every time the script is called to make an install/uninstall,<br>
> > UAC comes into the picture and issues a warning.<br>
> ><br>
> > We can of course disable UAC, but it does not sound like a good
idea.<br>
> ><br>
> > Does anyone have any insights into how to stop UAC warnings when
WPKG<br>
> > is trying to install/uninstall software?<br>
> ><br>
> <br>
> You can't stop it if the installation needs administrative rights.<br>
> <br>
> If the installation is run by a service, you could overcome this <br>
> limitation of Windows.<br>
> <br>
</font></tt>
<br><tt><font size=2>Only thing you could do is start the script itself
already elevated. This way you'll get only one UAC prompt instead of one
on every install cmd.</font></tt>
<br>
<br><tt><font size=2>I was hoping for WPKG-GP to evolve to something that
could receive more commands than just 'execute'. Unfortunately development
on that project seems to have ceased (like my effort in learning python...).</font></tt>