Deploying WSH 2.0 
Author Message
 Deploying WSH 2.0

Hello,

I want to deploy WSH 2.0 on 140 PC but i CANT install IE 5 or something like
that (It's only for script ...)...
Only thing i ve found it's that the ste51en.exe can be dezipped and there
are some files and a .inf
I'm sure that it s possible to use this .inf ...

Nicko



Fri, 06 Dec 2002 03:00:00 GMT  
 Deploying WSH 2.0
use the logon batch file to call "ste51en.exe /q", this will run it in batch
mode with no user intervantion. then reboot.To check for installation of WSH
copy a txt file "wsh.txt" to c:\ on the users machine, check for this in the
logon batch. this will also catch any new machines at first login

this is what we do..

if exist c:\wsh.txt goto EXIT
copy \\server\wsh.txt c:\*.*
\\server\ste51en.exe /q

:EXIT
exit



Fri, 06 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Deploying WSH

2. Ideas on deploying WSH 5.6

3. trying to deploy win2000 service pack 3 with wsh

4. deploying WSH 5.6

5. Mass deploy of WSH 5.6

6. deploying WSH 5.6 with NT logon script

7. "Broken" WSH 2.0

8. WSH 2.0 and the AddPrinterConnection ?

9. WSH 2.0?

10. SetDefaultPrinter Method and WSH 2.0

11. WSH 2.0 install

12. WSH 2.0 newsletter available

 

 
Powered by phpBB® Forum Software