Re: Message to Users
From: Anthony (nomorespam_at_msn.com)
Date: 09/21/04
- Next message: Peter Neumaier: "VBSCRIPT"
- Previous message: tlviewer: "Re: WScript.Shell program execution from IIS using ASP"
- In reply to: Torgeir Bakken \(MVP\): "Re: Message to Users"
- Next in thread: Torgeir Bakken \(MVP\): "Re: Message to Users"
- Reply: Torgeir Bakken \(MVP\): "Re: Message to Users"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 21 Sep 2004 14:50:11 -0700 To: "Torgeir Bakken (MVP)" <Torgeir.Bakken-spam@hydro.com>
Torgeir Bakken (MVP) wrote:
> Anthony wrote:
>
>> In VBS or WSH, how can I run an file, and either show the progress of
>> the install, the install itself is silent, and after the install has
>> completed display a vbokonly message or have a box displayed during
>> the install that will close itself when the install completes and then
>> display a vbokonly insidcating completion?
>>
>> Here is what I am trying to do. The user launches the vbs file,
>> inside the vbs it does some registry checking to determine what
>> software to install, launches the silent install and displays
>> something to the users so they don't think it has hung or something,
>> then when it is complete it pops up a vbokonly box indicating that it
>> has completed.
>
> Hi
>
> Nothing builtin for WSH/VBScript that can do this. but you can
> e.g. use an Internet Explorer object to do this.
>
> Some nice progress bar examples by Joe Earnest:
> http://groups.google.com/groups?selm=%23BDv%24av%24DHA.1288%40TK2MSFTNGP10.phx.gbl
>
>
>
> Some without a progress bar but where you can dynamically put out
> information about what is going on :
>
> http://groups.google.com/groups?selm=3EA302E5.5BAE90EB%40hydro.com
>
>
Could you explin how to impletment these in a script?
as an example:
if HollyJollyChristmas = "The best time of the year" then
objshell.run ("\\<server ip>\<file name> /q:a /r:n",1,True
end if
So if I wanted to show that their was progress during the install of
<file name> how would I inject this into the IE progress bars code?
TIA
- Next message: Peter Neumaier: "VBSCRIPT"
- Previous message: tlviewer: "Re: WScript.Shell program execution from IIS using ASP"
- In reply to: Torgeir Bakken \(MVP\): "Re: Message to Users"
- Next in thread: Torgeir Bakken \(MVP\): "Re: Message to Users"
- Reply: Torgeir Bakken \(MVP\): "Re: Message to Users"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|