Re: Remote install through WMI
- From: "Scott McNairy \(MVP\)" <v-scomcn@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Jun 2005 14:44:11 -0700
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?
.
- Follow-Ups:
- Re: Remote install through WMI
- From: Jim Vierra
- Re: Remote install through WMI
- References:
- Remote install through WMI
- From: Alexander Rudyk
- Remote install through WMI
- Prev by Date: Re: using WMI for computer inventory
- Next by Date: Re: Remote install through WMI
- Previous by thread: Re: Remote install through WMI
- Next by thread: Re: Remote install through WMI
- Index(es):
Loading