Jump to content

Recommended Posts

Posted

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


Posted

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

Posted

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

Posted

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

Posted

thanks but the same error :-(

maybe my slipstreamed sp2 isn't right?

But when i use it and go to win update it only miss the 9 updates, så sp2 should be ok.

Posted

put this in a batch file on your desktop, make sure the hotfix is there too!

KB834707.exe /integrate:c:\xpcd

that works 4 me

Posted

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

Posted

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

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