MSFN Forum: Install WIN XP SP2 updates? - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Install WIN XP SP2 updates? Rate Topic: -----

#1 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 14 January 2005 - 04:12 AM

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


#2 User is offline   turbomcp 

  • Never give out your password or credit card number in an insta
  • PipPip
  • Group: Members
  • Posts: 173
  • Joined: 04-March 04

Posted 14 January 2005 - 04:31 AM

dont think so koko
you have to take the i386 out of the cd
then run
KB890830.exe /integrate:c:\
(where your i386 is in c:\i386)

#3 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 14 January 2005 - 05:36 AM

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

#4 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2005 - 06:04 AM

Then, just run:
KBxxxxxx.exe /integrate:C:\XPCD


#5 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 14 January 2005 - 06:14 AM

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

#6 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 14 January 2005 - 06:52 AM

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

#7 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 14 January 2005 - 07:03 AM

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

use that

#8 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 14 January 2005 - 07:06 AM

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.

#9 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2005 - 07:08 AM

do the integrate before you create your CD. It's just like integrating the service pack 2. Do the SP then the updates.

#10 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 14 January 2005 - 07:08 AM

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

#11 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2005 - 07:08 AM

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


#12 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 14 January 2005 - 08:15 AM

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

#13 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2005 - 08:25 AM

Have you been sucessfull with other updates?

I have succesfully integrated KB834707 into my French & English distribution... so make sure you have to right package for your language

#14 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2005 - 08:52 AM

the path for /integrate should point to the i386 folder:

Edit: (Sorry)
c:\xpcd\i386\update\KB834707.exe /integrate:c:\xpcd

#15 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2005 - 09:12 AM

No, it should point to the DISTRIBUTION folder. Where the I386 folder reside

#16 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 14 January 2005 - 02:54 PM

I have downloaded 9 danish updates. My XP is danish and the same I used to my unattended SP1 XPCD. Whit this there where no problems with updates.

But I will monday check my updates and maybe slipstream a new XP SP2 CD.

Iceman and Hulk don't mean the same. But what about all others??
How have your done?

Thanks so far for all your help.

#17 User is offline   Faisal 

  • Group: Members
  • Posts: 7
  • Joined: 11-September 04

Posted 14 January 2005 - 03:11 PM

I want to know which method is better

1. Integrating (the Updates Which has been Released after Service Pack 2).

2. Use svcpack.inf

3. Use Ryan's Patch.

I am preparing my First Unattended CD.

#18 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2005 - 03:15 PM

RyanVM pack is a shortcut. It is easy to deploy but is only available in english and some people are building a similar pack in other languages.

The /integrate: switch is easy to use and all it really does is similar to manually adding the Hotfixes to your svcpack folder and svcpack.inf

It's up to you, I preffer using the /integrate: option

#19 User is offline   Faisal 

  • Group: Members
  • Posts: 7
  • Joined: 11-September 04

Posted 15 January 2005 - 05:05 AM

Thanks For The Reply

Today, I downloaded all the Updates and integrate them manually.

But I got the Same Error as mentioned by koden in Updates.
i.e.

Quote

make sure architecture, language and service pack version match destination distributionfolder??
1. KB834707
2. KB885894

All other Updates has been integrated successfully.

This is my svcpack.inf

Quote

[CatalogHeader]

[Version]
BuildNumber=2600
MinorVersion=1
MajorVersion=5
Signature="$WINDOWS NT$"
[SetupData]
CatalogSubDir="\I386\svcpack"
[SetupHotfixesToRun]
KB887797.exe /q /n /z
KB887078.exe /q /n /z
KB873339.exe /q /n /z
KB887742.exe /q /n /z
KB886677.exe /q /n /z
KB890175.exe /q /n /z
KB886185.exe /q /n /z
KB884020.exe /q /n /z
KB885222.exe /q /n /z
KB885836.exe /q /n /z
KB885835.exe /q /n /z
KB885626.exe /q /n /z
KB885523.exe /q /n /z
[ProductCatalogsToInstall]
KB887797.cat
KB887078.cat
KB873339.cat
KB887742.cat
KB886677.cat
KB890175.cat
KB886185.cat
KB884020.cat
KB885222.cat
KB885836.cat
KB885835.cat
KB885626.cat
KB885523.cat


Should I try this update to integrate with SP2 by Using the nLite?

Please also tell me the integration Of Microsoft GDI+ Tool?
I don't know where I have to add the Registry Line mentioned by you.

Attached File(s)



#20 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 January 2005 - 08:40 AM

Just put KB834707.exe and KB885894.exe in your svcpack folder then add the following to your svcpack.inf:
[SetupHotfixesToRun]
KB834707.exe /q /n /z
KB885894.exe /q /n /z


Next for the GDI+ reg tweak, put this notepad and save. Rename the file to AllUsers.reg

Windows Registry Editor Version 5.00 

;Disable GDI+ Update
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GdiDetectionTool]
"GDITool"=dword:00000001


Put this file in your $OEM$ folder and add this line to your cmdline.txt (also located in $OEM$)
[COMMANDS]
"REGEDIT /S AllUsers.reg"


that's it, the .reg file will be applied before the first logon so you can add other regtweak to be applied to All Users

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy