Chris Wagner wrote:

At 01:33 AM 1/27/2006 +0000, Steven Satelle wrote:
I have a question, is there a method of runnng commands on a remote
machine (a type of silent install) which has a minimal gui, yet
display nothing on the remote machine, or (I doubt it) revert them
back to the calling box?

I guess u can do it with WMI but I don't know how to do it.  Download
Scriptomatic and play around with that.


You could use SMS if available. If not, copy a Windows Installer package to the remote machine then install it using psexec with msiexec. Msiexec includes options for quiet and passive installs. See msiexec /? for syntax.


--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede malis"

00000100

_______________________________________________
Perl-Win32-Admin mailing list
Perl-Win32-Admin@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


_______________________________________________
Perl-Win32-Admin mailing list
Perl-Win32-Admin@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to