Jump to content

Install WIN XP SP2 updates?


Recommended Posts

I can see I have to use /integrate. But where and how??

If I make search I think I have found out that I just have to put /integrate in front of the files??? Like this ex. Is that right?:

[Version]

Signature="$Windows NT$"

MajorVersion=5

MinorVersion=1

BuildNumber=2600

[setupData]

CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

[setupHotfixesToRun]

/integrate KB834707.exe /q /n /z

/integrate KB885626.exe /q /n /z

/integrate KB873339.exe /q /n /z

/integrate KB873374.exe /Q:A /R:N

/integrate KB885835.exe /q /n /z

/integrate KB885836.exe /q /n /z

/integrate KB886185.exe /q /n /z

/integrate KB890175.exe /q /n /z

/integrate KB890830.exe /q

qchain.exe

Link to comment
Share on other sites


i'm not sure I understand.

I have an unattended SP2 installation C:/XPCD

I have 9 SP2 updates that I would like to put in.

As I understand they have to be in the in the update folder in i386 and in svcpack they use /integrated to install??????

Link to comment
Share on other sites

hm.hm.. thanks for all the help

Like this:

[Version]

Signature="$Windows NT$"

MajorVersion=5

MinorVersion=1

BuildNumber=2600

[setupData]

CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

[setupHotfixesToRun]

KB834707.exe /integrate:C:\XPCD\i386

KB885626.exe /integrate:C:\XPCD\i386

KB873339.exe /integrate:C:\XPCD\i386

KB873374.exe /integrate:C:\XPCD\i386

KB885835.exe /integrate:C:\XPCD\i386

KB885836.exe /integrate:C:\XPCD\i386

KB886185.exe /integrate:C:\XPCD\i386

KB890175.exe /integrate:C:\XPCD\i386

KB890830.exe /integrate:C:\XPCD\i386

qchain.exe

Or do I still misunderstand your help :-)) ???

Link to comment
Share on other sites

i have tried to run c:\update\kb834707.exe /integrate:c:\

on a pc that i have just installed with my unattended SP2 CD.

It's unpacking but failed with make sure architecture, language and service pack version match destination distributionfolder??

And i have tried this with my XPCD folder:

c:\XPCD\I386\Update\KB834707.exe /integrate:c:\xpcd\i386

same error...

Link to comment
Share on other sites

If you want to SILENTLY install a HotFixe to an already installed computer, you have to go to the command prompt (Start - Run) and type:

PATH TO THE HOTFIXE\KBxxxxxx.exe /q /n /z

Otherwise if you don't want to install silently, just double click on the KBxxxxxx.exe

If you want to integrate the Hotfixes into your Unattended CD, you have to go to the command prompt (Start - Run) ant type:

PATH TO THE HOTFIXE\KBxxxxxx.exe /integrate:C:\XPCD

Link to comment
Share on other sites

Hey HULK

I use this bat file

c:\xpcd\i386\update\KB834707.exe /integrate:c:\xpcd

and gets this error (again).

make sure architecture, language and service pack version match destination distributionfolder??

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...