[THIN] Re: Hotfix question

  • From: Rick Mack <ulrich.mack@xxxxxxxxx>
  • To: thin@xxxxxxxxxxxxx
  • Date: Sat, 21 May 2005 08:00:53 +1000

Hi Michael,

The quick answer is yes. Here's an example of a script that will do it for you:

------------
' HOTFIX.VBS

'Define the global variables
 Dim WSHShell          
 
Set WSHShell = WScript.CreateObject("WScript.Shell")

    WSHShell.Run "c:\install\patches\Windows2000-KB823182-x86-ENU.exe
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB823559-x86-ENU.exe
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB824105-x86-ENU.exe
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB825119-x86-ENU.exe
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB826232-x86-ENU.exe
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB828035-x86-ENU.exe
-q -z", 7, True
    WSHShell.Run "c:\install\patches\ENU_Q832483_MDAC_x86.EXE /c:"
&chr(34)& "dahotfix.exe /q /n"&chr(34)&" /q:a", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB828741-x86-ENU.EXE
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB828749-x86-ENU.exe
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB835732-x86-ENU.EXE
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB837001-x86-ENU.EXE
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB841873-x86-ENU.EXE
-q -z", 7, True
    WSHShell.Run "c:\install\patches\Windows2000-KB840315-x86-ENU.EXE
-q -z", 7, True
                
    WSHShell.Run "c:\install\patches\qchain.exe", 7, True   
    WSHShell.Run "cmd.exe /c ECHO HOTFIXES %TIME% >>
%WINDIR%\hotfixes.log", 7, True
  
Set WSHShell = Nothing

WScript.Quit
-----------------

You'll notice it uses qchain.exe.

regards,

Rick

Ulrich Mack
Volante Systems

On 5/20/05, Michael Boggan <mboggan@xxxxxxxxxxx> wrote:
> Also.  With the SP3 hotfixes, can you chain the installs or do you need to
> reboot after each one?
> 
> 
> 
> Michael Boggan
>
********************************************************
This Weeks Sponsor: ThinPrint GmbH
Now available: The new version .print Engine 6.2 with SSL encryption
and certificate management.
http://www.thinprint.com
**********************************************************
Useful Thin Client Computing Links are available at:
http://thin.net/links.cfm
ThinWiki community - Excellent SBC Search Capabilities!
http://www.thinwiki.com
***********************************************************
For Archives, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link:
http://thin.net/citrixlist.cfm

Other related posts: