PC Review


Reply
Thread Tools Rate Thread

Aplying pach and hotfix in one set ???

 
 
=?Utf-8?B?c2VyZ2UgY2FsZGVyYXJh?=
Guest
Posts: n/a
 
      29th Sep 2004
Dear all,

I have read from microsft that hotfixes can be apply to a target system by
chaining them in a batch file as follow:

@echo off
setlocal
set PATHTOFIXES=E:\HotFix

%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U

Can I add in that batch file the W2kSP4.EXE to be chain before hotfix as
follow:

@echo off
setlocal
set PATHTOFIXES=E:\HotFix
set SP4=E:\SP4

%SP4%\W2kSP4.EXE /N /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U

Does this will be able to run all thos update chain in sequence ?

regards
serge


 
Reply With Quote
 
 
 
 
Chris
Guest
Posts: n/a
 
      29th Sep 2004
You should run qchain.exe after chaining hotfixes together. I think you
should be able to do this with the service pack as well. Qchain.exe is a
utility from MS that checks the file versions of all newly installed files &
only installs the latest ones.

"serge calderara" <(E-Mail Removed)> wrote in
message news:CDB8DD59-AFBA-4252-BBD9-(E-Mail Removed)...
> Dear all,
>
> I have read from microsft that hotfixes can be apply to a target system by
> chaining them in a batch file as follow:
>
> @echo off
> setlocal
> set PATHTOFIXES=E:\HotFix
>
> %PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
> %PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
>
> Can I add in that batch file the W2kSP4.EXE to be chain before hotfix as
> follow:
>
> @echo off
> setlocal
> set PATHTOFIXES=E:\HotFix
> set SP4=E:\SP4
>
> %SP4%\W2kSP4.EXE /N /U
> %PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
> %PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
>
> Does this will be able to run all thos update chain in sequence ?
>
> regards
> serge
>
>



 
Reply With Quote
 
Ken B
Guest
Posts: n/a
 
      1st Oct 2004
Just as a followup... there might be a good reason, but I'm not sure... why
use all the variables if you're declaring them a line ahead?

"Chris" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You should run qchain.exe after chaining hotfixes together. I think you
> should be able to do this with the service pack as well. Qchain.exe is a
> utility from MS that checks the file versions of all newly installed files

&
> only installs the latest ones.
>
> "serge calderara" <(E-Mail Removed)> wrote in
> message news:CDB8DD59-AFBA-4252-BBD9-(E-Mail Removed)...
> > Dear all,
> >
> > I have read from microsft that hotfixes can be apply to a target system

by
> > chaining them in a batch file as follow:
> >
> > @echo off
> > setlocal
> > set PATHTOFIXES=E:\HotFix
> >
> > %PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
> > %PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
> >
> > Can I add in that batch file the W2kSP4.EXE to be chain before hotfix as
> > follow:
> >
> > @echo off
> > setlocal
> > set PATHTOFIXES=E:\HotFix
> > set SP4=E:\SP4
> >
> > %SP4%\W2kSP4.EXE /N /U
> > %PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
> > %PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
> >
> > Does this will be able to run all thos update chain in sequence ?
> >
> > regards
> > serge
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem aplying css formating to a link Jeff Microsoft ASP .NET 0 29th Apr 2009 07:59 PM
Local GP only aplying to administrator john Microsoft Windows 2000 Group Policy 5 23rd Feb 2004 11:14 AM
Update keeps aplying same patch Don Pelton Microsoft Windows 2000 Windows Updates 0 3rd Nov 2003 04:03 PM
Server failed to come up after aplying service pack 4 Mike Ford Microsoft Windows 2000 Advanced Server 4 22nd Jul 2003 03:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:55 PM.