hidden hit counter
Help!

Aplying pach and hotfix in one set ???

 
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Setup & Deploy & Upgrade RSS
Next:  Runing hotfix and Service pack in a batch file ??..  
Author Message
serge calderara3
External


Since: Aug 31, 2004
Posts: 21



PostPosted: Wed Sep 29, 2004 3:59 am    Post subject: Aplying pach and hotfix in one set ???
Archived from groups: microsoft>public>win2000>setup_deployment (more info?)


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
Back to top
Chris345
External


Since: Sep 02, 2004
Posts: 16



PostPosted: Wed Sep 29, 2004 7:23 am    Post subject: Re: Aplying pach and hotfix in one set ??? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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" wrote in
message
 > 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:
 >

 > 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:
 >

 > 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
 >
 >
Back to top
Ken B2
External


Since: Sep 09, 2004
Posts: 281



PostPosted: Fri Oct 01, 2004 4:30 pm    Post subject: Re: Aplying pach and hotfix in one set ??? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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" wrote in message

 > 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.
 >


  > > 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:
  > >

  > > 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:
  > >

  > > 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
  > >
  > >
 >
 >
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Setup & Deploy & Upgrade All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum