Re: Remote install through WMI



Installing remotely is a tough one, as it usually involves a file server and
since that is a 3rd machine hop it is difficult to accomplish. If you are
interested though, see this script for a starting point.

http://www.microsoft.com/technet/scriptcenter/resources/wmifaq.mspx#EEAA

The class method that you will want to explore is Win32_Service.Create.

--
Scott McNairy
Microsoft MVP - Windows Server Management Infrastructure


"Alexander Rudyk" <xshura@xxxxxxxxxx> wrote in message
news:6930b9a5.0506150053.664479cd@xxxxxxxxxxxxxxxxxxxxx
>I need to create installation program that installs my components to
> hosts inside Windows domain. No my software previously installed on
> these hosts. In ideal case user only selects hosts from domain within
> my program and click on install button. User have domain
> administarator priviliges. My component is a Windows service.
>
> Is WMI technology appropite for such task?


.


Loading