Eimis
Fri Apr 29 07:48:21 CDT 2005
Thanks for you help, it worked.
E
"Torgeir Bakken (MVP)" <Torgeir.Bakken-spam@hydro.com> wrote in message
news:uoUHj%23ITFHA.3636@TK2MSFTNGP14.phx.gbl...
> Eimis wrote:
>
>> That service does not appear under service group, it is independent
>> service that runs.
>> Is there a way to call this in silent mode: batch or vb:
>>
>> something like this:
>>
>> With CreateObject("WScript.Shell")
>> .Run "c:\program*\network*\common*\frminst.exe /forceuninstall " _
>> End With
> Hi,
>
> If you want to use the * method, you will need to use cmd.exe, like this:
>
> .Run "%comspec% /c c:\program*\network*\common*\frminst.exe
> /forceuninstall"
>
> If you want to hide the command prompt that pops up, and/or you want to
> wait for the commend to finish, add ,0 ,True at the end, like this:
>
>
> ... common*\frminst.exe /forceuninstall", 0, True
>
> (0 to hide, True to wait)
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
>
http://www.microsoft.com/technet/scriptcenter/default.mspx