Hi Mike, You could have understood my requirement. I am looking at WINE to get this thing done. If not supported in WINE, then what other possible way, I can achieve this. I have to do some windows registry modifications and start/stop/query about windows services from a Linux box. I have to remotely install my agent on a windows box. That is my goal. Thanks in anticipation. With regards, Sreenivas
-----Original Message----- From: Mike McCormack [mailto:mike@codeweavers.com] Sent: Friday, March 03, 2006 4:28 PM To: Sreenivas Tatti Cc: wine-devel@winehq.org Subject: Re: WSH, WMI scripts
Sreenivas Tatti wrote:
I have a requirement that, I should run WSH and WMI scripts in Linux environment in order to do some registry changes on a remote machine
and
start/stop/query windows services on a remote machine.
It's unlikely to work, as DCOM (OLE over the network) does not work, and
Wine currently has no builtin support for WSH/WMI.
Mike