nOBeLium Posted November 20, 2004 Posted November 20, 2004 Hi,I've been reading up the forum for proper how-to install sp2 hotfixes. I found out I can integrate using the /integrate switch, but I've come up with a problem.I have a sliptstreamed winxp+sp2 folder, located under C:\WinXP\XPCD. I tried to C:\WinXP\XPCD\WindowsXP-KB885626-v2-x86-ptg.exe /integrate:C\WinXP\XPCDIt starts the extraction, but after some seconds it says "There has been a problem tryint to integrate this hotfix. verify that the arquitecture, idiom and service pack level of this hotfix is valid for this folder"(Sorry for the bad translation, it's no english XP).I get that error even thought I'm 100% this xpcd is portuguese, and also sure that the hotfix is portuguese (-ptg). How can this be solved?And btw: I got a strange number of folders after trying the integrate switch, even thought it doesn't work...ASMSCOMPDATA (656 files)DRWLANGsvcpack (empty)SYSTEM32 (NTDDLL.EXE and SMSS.EXE)Any idea? Thanks!
bucketbuster Posted November 20, 2004 Posted November 20, 2004 Those folders already are on you XP cd.
nOBeLium Posted November 20, 2004 Author Posted November 20, 2004 Anyway, the thing is, integrate didn't work and your answer doesn't give any solution to it
bucketbuster Posted November 20, 2004 Posted November 20, 2004 Maybe it doesn't work because you are trying to integrate the hotfix in the same location as it is saved in.Try to integrate the hotfix from another location.e.g:C:\Hotfixes\WindowsXP-KB885626-v2-x86-ptg.exe /integrate:C\WinXP\XPCD
artbio Posted November 20, 2004 Posted November 20, 2004 Hi,I've been reading up the forum for proper how-to install sp2 hotfixes. I found out I can integrate using the /integrate switch, but I've come up with a problem.I have a sliptstreamed winxp+sp2 folder, located under C:\WinXP\XPCD. I tried to C:\WinXP\XPCD\WindowsXP-KB885626-v2-x86-ptg.exe /integrate:C\WinXP\XPCDIt starts the extraction, but after some seconds it says "There has been a problem tryint to integrate this hotfix. verify that the arquitecture, idiom and service pack level of this hotfix is valid for this folder"(Sorry for the bad translation, it's no english XP).I get that error even thought I'm 100% this xpcd is portuguese, and also sure that the hotfix is portuguese (-ptg). How can this be solved?And btw: I got a strange number of folders after trying the integrate switch, even thought it doesn't work...ASMSCOMPDATA (656 files)DRWLANGsvcpack (empty)SYSTEM32 (NTDDLL.EXE and SMSS.EXE)Any idea? Thanks!I am also Portuguese!My Windows Xp is Portuguese too.I tried the same command line as you did (wich i think is correct) and the same error came to me.I noticed that the portuguese hotfixes have some Brazilian Portuguese inf files. So that may be the problem. Doesn´t Microsoft test this things?Finally i gave this up and now i install the hotfixes the usual way.
artbio Posted November 20, 2004 Posted November 20, 2004 Maybe it doesn't work because you are trying to integrate the hotfix in the same location as it is saved in.Try to integrate the hotfix from another location.e.g:C:\Hotfixes\WindowsXP-KB885626-v2-x86-ptg.exe /integrate:C\WinXP\XPCDI have tried that too and the error persists.Thanks anyway!
nOBeLium Posted November 20, 2004 Author Posted November 20, 2004 ****...which "normal" way do you use then ? I guess you always suffer to have a localized version of MS products...
Incroyable HULK Posted November 20, 2004 Posted November 20, 2004 I guess you'll have to do it the old fashion way... as described HEREyou'll see, it is quite simple... check the switch availble for the hotfixes, add the command to svcpack.inf and add a line to dosnet.inf (only once).
nOBeLium Posted November 20, 2004 Author Posted November 20, 2004 Ah, ok! I've used that on my SP1 cd ...From what I've heard, the new hotfixes don't need QCHAIN ?Thanks for the replies...EDIT: Should i keep:MajorVersion=5MinorVersion=1BuildNumber=2600..or change to anything else? (Note that I'm using SP2)!EDIT2:My original SP2 svcpack.inf had this:CatalogSubDir="i386\hotfixes"I changed it toCatalogSubDir="\i386\CUpdates" as it says on the instructions page..does it matter to have \i386\ or just i386\ ? Thanks
artbio Posted November 20, 2004 Posted November 20, 2004 I guess you'll have to do it the old fashion way... as described HEREyou'll see, it is quite simple... check the switch availble for the hotfixes, add the command to svcpack.inf and add a line to dosnet.inf (only once).I have also tested that with SP2 and it didn´t work!You can integrate the hotfixes manually. That is doing the same thing the command "/integrate:" does, but by yourself, wich is hard work, and dificult to keep up as new hotfixes are released!I use this code at cmdlines.txt stage:for %%i in (%systemdrive%\Install\01\Hotfixes\Hotfixes1\*.exe) do start /wait %%i /z /n /o /qfor %%i in (%systemdrive%\Install\01\Hotfixes\Hotfixes2\*.exe) do start /wait %%i /Q:A /R:Nfor %%i in (%systemdrive%\Install\01\Hotfixes\Switchless\*.exe) do start /wait %%iThis way, as new hotfixes are released you just put them on the right folder, without the need to edit any files.
nOBeLium Posted November 21, 2004 Author Posted November 21, 2004 Is that confirmed to work ? Is there any other way ? Why won't svcpack work in SP2?
artbio Posted November 21, 2004 Posted November 21, 2004 My method sure works.The same svcpack method used for SP1 does not work for SP2. At least for me it didn´t.svcpack works for SP2, but you will have to move more files, i guess.Don´t ask me how to make it work, because i don´t know.
nOBeLium Posted November 22, 2004 Author Posted November 22, 2004 Since RyanVM just confirmed that the svcpack method works, and due to the fact that the thread was closed, I ask someone to confirm if QCHAIN.EXE is needed on SP2. I think I read somewhere it wasn't needed anymore..sorry for the pertinent question...
RyanVM Posted November 22, 2004 Posted November 22, 2004 qchain hasn't been needed since SP1 came out
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now