Actually, there are a couple of other FAQ articles, too, that are worth reading. The RUNAS is a poor solution to your problem and the FAQ does provide easy-to-implement secure solutions.

In your case, I'd say you should run an admin script that pushes out the installation. I do this all the time and it's just a couple of lines of code.
Prototype:
code:
$comps=netview2()
for each $comp in $comps
$rc=scheduletask($comp)
next



[ 02. October 2003, 14:27: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.