Onepiece XP Post-SP3 AIO Update Pack FINAL
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
@yumeyao: thanks a lot but it was the upload, not the download to corrupt that build. Now is fixed.
@ccuappz: it depends on Onepiece ...and MS
@Pasha_ZZZ: pant...!!
please give me the time... 
@ccuappz: it depends on Onepiece ...and MS

@Pasha_ZZZ: pant...!!


Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
the real issue is the upload, because Albanian internet connections are very crappy, but thanks, every mirror is well accepted
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
added in first post, thanks a lot
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
I can confirm that nLite is buggy with latest versions of your pack. I detected this bug because I made an XPS printer(KB971276) addon and I didn't get it working with nlite, so I took a look at yours, finding that you are using [UpdateCabs]. I tried using it in my addon but it didn't work. Then I found that sp3.cab DID get updated, but DID get overwritten by nLite's driver cabs updating routine, hence added files were not archived in sp3.cab finally. I have also done a test with your pack, with same result. So that's why people reporting their windows setup breaks, as some files can't get copied by your main inf.
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
Yes, updatecabs get updated then overwritten...I was thinking of using movefile or something of the sort to move it into a the temporary extracted cab folder so maybe nLite will cab it (but never got around to testing it)
Dunno if this will work for the integrator, there will be some incompatibility issues
Code: Select all
[FileMove]
filename.ext,..\tmpcabfolder
I don't see this KB983583 in my updates downloaded or in this new v4.0 update pack.cactus wrote:I'm not sure if they are planning on working on it or not. But this package plus these brings XP SP3 up to date. This includes todays updates.
http://www.microsoft.com/downloads/deta ... 9f3a9c0b48
http://www.microsoft.com/downloads/deta ... laylang=en
http://www.microsoft.com/downloads/deta ... laylang=en
http://www.microsoft.com/downloads/deta ... laylang=en
http://www.microsoft.com/downloads/deta ... +Center%29
http://www.microsoft.com/downloads/deta ... ef28fd95ef
http://www.microsoft.com/downloads/deta ... 99102548ab
http://www.microsoft.com/downloads/deta ... +Center%29
http://www.microsoft.com/downloads/deta ... e158b00e50
http://www.microsoft.com/downloads/deta ... laylang=en
http://www.microsoft.com/downloads/deta ... laylang=en
http://www.microsoft.com/downloads/deta ... laylang=en
All but the malicious software scanner and movie maker updates can be used with nlite. I'll wait for another site to do their non-IE7+WMP11 updater which will probably be in the morning.
http://www.microsoft.com/downloads/deta ... 9f3a9c0b48
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
@yumeyao: Onepiece has done several test a few times ago with Nlite and 100% of them finished with no issues at all. It's time to do a new test...
@jfcarbel: "august" in What's Inside list means that all public .net updates released until august are included. No changelog in the addon, but there's the build number in file name and it's always up to date indicated in topic title
@jfcarbel: "august" in What's Inside list means that all public .net updates released until august are included. No changelog in the addon, but there's the build number in file name and it's always up to date indicated in topic title
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
I see, Onepiece has also made duplicated entries for these files, he used something like [drivercab_copy] instead of my [drivercab_move].
The only issue is that they are missing up from driver cache but I don't think it harms.
@rick,
thanks for your suggestion, but does nLite support [Filemove]?
From nlites' official guide, there is no such section.
http://www.nliteos.com/addons/index.html
The only issue is that they are missing up from driver cache but I don't think it harms.
@rick,
thanks for your suggestion, but does nLite support [Filemove]?
From nlites' official guide, there is no such section.
http://www.nliteos.com/addons/index.html
nLite supports [FileMove], yumeyao, but it cannot rename the files moved like RVMi can.
It should also be mentioned that nLite does not officially support [drivercab_copy] or [drivercab_move]. nuhi and I discussed this a couple years ago, just prior to the release of nLite 1.4.9.1. The discussion is quoted in another post.
It should also be mentioned that nLite does not officially support [drivercab_copy] or [drivercab_move]. nuhi and I discussed this a couple years ago, just prior to the release of nLite 1.4.9.1. The discussion is quoted in another post.
I have worked out a working entries*.ini, because my addon uses entries*.ini so some features(drivercab_move) can't be used, so it's different from what I write here.
The code here is for your entries.ini, I use NEW_DRIVERCAB_FILE to replace the real file names. Only key sections included.
What's in my addon(entries*.ini) looks like:
Let me explain it:
Files listed in drvindex.inf can also be copied by infs with a LayoutFile=layout.inf. I got to notice this because the MTP feature of my WMP Addons didn't work on 2003 prior to 3.4.0, a main reason was that some files are copied from SP2.cab(or driver.cab, they contain old files) rather than from i386\. So Onepiece you can remove the entries for those files in [TXTSETUP_FILES] and [DOSNET_FILES], and use [drivercab_move] for those files instead of [drivercab_copy].
Regards,
yumeyao
The code here is for your entries.ini, I use NEW_DRIVERCAB_FILE to replace the real file names. Only key sections included.
Code: Select all
;For nLite to move files into driver.cab
[FileMove]
NEW_DRIVERCAB_FILE,..\drivertmp\
;For nLite to add entries to DRVINDEX.INF
[EditFile]
DRVINDEX.INF,driver,DRVINDEX
[DRVINDEX]
NEW_DRIVERCAB_FILE
[drivercab_move]
NEW_DRIVERCAB_FILE
UPDATED_DRIVERCAB_FILE
Code: Select all
;For nLite to move files into driver.cab
[FileMove]
NEW_DRIVERCAB_FILE,..\drivertmp\
;For nLite to add entries to DRVINDEX.INF
[EditFile]
DRVINDEX.INF,driver,drivercab_move
[drivercab_move]
NEW_DRIVERCAB_FILE
;For RVMi to move files into driver.cab
[RunFile]
I386\xps.cmd,HIDE
- When used with nLite, nLite does the followings regardless the file is entries.ini or entries*.ini.
- expand driver.cab and sp?.cab
- process [EditFile] and [FileMove]
- recompress driver.cab
- If the file is entries.ini(the former), RVMi does the followings:
- expand driver.cab and sp?.cab
- process [drivercab_move]
- process [EditFile] and [FileMove]
- recompress driver.cab and rebuild drvindex.inf
- If the file is entries*.ini(the latter), RVMi does the followings:
- expand driver.cab and sp?.cab(needed an updatepack or integrate the addon as an updatepack)
- skip [drivercab_move] because the file name is not entries.ini
- process [EditFile] and [FileMove]
- execute xps.cmd
- recompress driver.cab and rebuild drvindex.inf
The executing of xps.cmd on step 4 moves those file to RVMi's temproray directory of driver.cab, its code looks like:Code: Select all
setlocal enableextensions for %%i in ( NEW_DRIVERCAB_FILES ) do ( IF EXIST %%i move /y %%i DRIVER\ IF EXIST ..\drivertmp\%%i move /y ..\drivertmp\%%i DRIVER\ ) ::Do not use rd /s because there may be other files needed by other addons in ..\drivertmp ::Anyway if each addon do same steps like this addon, the directory ..\drivertmp should be removed at last IF EXIST ..\drivertmp rd ..\drivertmp ::Del self DEL /f /a %~f0
Files listed in drvindex.inf can also be copied by infs with a LayoutFile=layout.inf. I got to notice this because the MTP feature of my WMP Addons didn't work on 2003 prior to 3.4.0, a main reason was that some files are copied from SP2.cab(or driver.cab, they contain old files) rather than from i386\. So Onepiece you can remove the entries for those files in [TXTSETUP_FILES] and [DOSNET_FILES], and use [drivercab_move] for those files instead of [drivercab_copy].
Regards,
yumeyao
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
This is an old Nlite bug, never fixed by Nuhi: http://www.msfn.org/board/topic/113700- ... _p__782643 but worked around by Onepiece.
These files, added in CD
So this is the desired behavior in UpdatePack and it can't be the reason for a failed integration for any user: with Nlite files are correctly added in cd, and from there they are copied during windows setup with dosnet.inf and txtsetup.sif.
A clear example is win2k3 update pack, where there are also netfx.cab updates
With this lines. both Nlite and RVMi works flawlessly.
If the problem is an addon, better use double files inside the addon and [UpdateCabs], [ExpandCab] [FileCopy] [CreateCab] [FileDelete] as in win2k3 example and you'll be OK
If the Onepiece's UpdatePack structure causes issues with one of your addon, send us the link: we'll see if there's something Onepiece can suggest.
However for these reasons, as Nlite and RVMi uses different ways, is suggested to do without driver.cab/sp3.cab
These files, added in CD
aren't moved in sp3.cab by nlite because [UpdateCabs] only moves files instead of copy them: in this case as it realizes that file must be copied in I386 before, so it ignores to move it in sp3.cab. In Onepiece's structure the command is to copy specific files in I386 folder, the important thing so it's all OK then to copy them again in driver.cab or sp3.cab, so if you use RVMi are copied in I386 and driver.cab/sp3cab, if you use Nlite in I386 only but the important thing is that files are in system on Windows setup. Microsoft install routine itself don't put every driver file in driver.cab always, sometimes *.sys file is copied in I386 onlymxdwdui.ini
mxdwdui.gpd
mxdwdui.dll
mxdwdrv.dll
msxpsinc.ppd
msxpsinc.gpd
msxpsdrv.inf
filterpipelineprintproc.dll
usbccid.sys
So this is the desired behavior in UpdatePack and it can't be the reason for a failed integration for any user: with Nlite files are correctly added in cd, and from there they are copied during windows setup with dosnet.inf and txtsetup.sif.
A clear example is win2k3 update pack, where there are also netfx.cab updates
Code: Select all
[UpdateCabs]
I386\NETFX.CAB, UpdateNETFX
I386\SP2.cab, UpdateSP2
[UpdateNETFX]
aspnet_isapi.dll
aspnet_wp.exe
corperfmonext.dll
mscorjit.dll
mscoree.dll
mscorie.dll
mscorld.dll
mscorlib.dll
mscorlib.ldo
mscorsn.dll
mscorsvr.dll
mscorwks.dll
NETFXupdate.exe
setregni.exe
sy52106.dll
system.ldo
system.web.dll
togac.exe
aspnet_filter.dll
system.security.dll
[UpdateSP2]
unires.dll
unidrvui.dll
unidrv.hlp
unidrv.dll
stdschmx.gdl
stdschem.gdl
stdnames.gpd
stddtype.gdl
mxdwdui.ini
mxdwdui.gpd
mxdwdui.dll
mxdwdrv.dll
msxpsinc.ppd
msxpsinc.gpd
msxpsdrv.inf
filterpipelineprintproc.dll
exfat.sys
;This section contains the list of updated files which exist only in driver.cab.
;They will be moved into the expanded driver folder during driver cab updating.
[drivercab_copy]
unires.dll
unidrvui.dll
unidrv.hlp
unidrv.dll
stdschmx.gdl
stdschem.gdl
stdnames.gpd
stddtype.gdl
mxdwdui.ini
mxdwdui.gpd
mxdwdui.dll
mxdwdrv.dll
msxpsinc.ppd
msxpsinc.gpd
msxpsdrv.inf
exfat.sys
[drivercab_move]
filterpipelineprintproc.dll
[ExpandCab]
I386\NETFX.CAB,I386\NETFX
[FileCopy]
aspnet_isapi.dll,..\I386\NETFX\
aspnet_wp.exe,..\I386\NETFX\
corperfmonext.dll,..\I386\NETFX\
mscorjit.dll,..\I386\NETFX\
mscoree.dll,..\I386\NETFX\
mscorie.dll,..\I386\NETFX\
mscorld.dll,..\I386\NETFX\
mscorlib.dll,..\I386\NETFX\
mscorlib.ldo,..\I386\NETFX\
mscorsn.dll,..\I386\NETFX\
mscorsvr.dll,..\I386\NETFX\
mscorwks.dll,..\I386\NETFX\
NETFXupdate.exe,..\I386\NETFX\
setregni.exe,..\I386\NETFX\
sy52106.dll,..\I386\NETFX\
system.ldo,..\I386\NETFX\
system.web.dll,..\I386\NETFX\
togac.exe,..\I386\NETFX\
aspnet_filter.dll,..\I386\NETFX\
system.security.dll,..\I386\NETFX\
[CreateCab]
I386\NETFX,I386\NETFX.CAB
[FileDelete]
..\I386\aspnet_isapi.dll
..\I386\aspnet_wp.exe
..\I386\corperfmonext.dll
..\I386\mscoree.dll
..\I386\mscorie.dll
..\I386\mscorld.dll
..\I386\mscorlib.dll
..\I386\mscorlib.ldo
..\I386\mscorsn.dll
..\I386\mscorsvr.dll
..\I386\mscorwks.dll
..\I386\NETFXupdate.exe
..\I386\setregni.exe
..\I386\sy52106.dll
..\I386\system.ldo
..\I386\system.web.dll
..\I386\togac.exe
..\I386\aspnet_filter.dll
..\I386\system.security.dll
If the problem is an addon, better use double files inside the addon and [UpdateCabs], [ExpandCab] [FileCopy] [CreateCab] [FileDelete] as in win2k3 example and you'll be OK
If the Onepiece's UpdatePack structure causes issues with one of your addon, send us the link: we'll see if there's something Onepiece can suggest.
However for these reasons, as Nlite and RVMi uses different ways, is suggested to do without driver.cab/sp3.cab
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
yes, of course.
Onepiece's has already read everything and verified the addon, very well done as usual. The component in question is already present and not removable.
I hope nobody misunderstood me: as this is Onepiece's UpdatePack topic I want only to explain everyone, following this post why pack itself is anyway fully compatible with both Nlite and RVMi, me too confirming that Nlite was always lacking in this stage, not only for UpdatePack latest builds. Stop.
Every suggestion, explanation and pointing out is always welcome. Thank you again.
Onepiece's has already read everything and verified the addon, very well done as usual. The component in question is already present and not removable.
I hope nobody misunderstood me: as this is Onepiece's UpdatePack topic I want only to explain everyone, following this post why pack itself is anyway fully compatible with both Nlite and RVMi, me too confirming that Nlite was always lacking in this stage, not only for UpdatePack latest builds. Stop.
Every suggestion, explanation and pointing out is always welcome. Thank you again.
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
Updated: switched .Net updates from QFE to GDR branch to improve WU/MU compatibility.
This because in dotnet updates MicrosoftUpdate forces GDR over QFE branch, which always has an higher build, so this could cause MU/WU to fail with repeated and annoying attempts.
Anyway for the braves who despite that still want a full QFE branch updated .net true integration there's also an additional addon to overwrite GDR updated files added by Onepiece's 3.5 SP1 GDR true addon with QFE ones.
This because in dotnet updates MicrosoftUpdate forces GDR over QFE branch, which always has an higher build, so this could cause MU/WU to fail with repeated and annoying attempts.
Anyway for the braves who despite that still want a full QFE branch updated .net true integration there's also an additional addon to overwrite GDR updated files added by Onepiece's 3.5 SP1 GDR true addon with QFE ones.
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
the wrong one is the one given to me... Fixed, thanks
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
-
- Posts: 17
- Joined: Tue Feb 20, 2007 10:13 pm
@nonno fabio
I block .net 1.1 and .net4 in my winnt.sif so only 2,3,and 3.5 install. Previous packs (with qfe .net) this worked as planned. However, with gdr .net (update pack 401) if I block one or more in winnt.sif, then none install. I know I can work aroun this using windows components and tick the ones I want to install. I'm just giving the feedback in case this is fixable in next release. Thank you both...
rr650
I block .net 1.1 and .net4 in my winnt.sif so only 2,3,and 3.5 install. Previous packs (with qfe .net) this worked as planned. However, with gdr .net (update pack 401) if I block one or more in winnt.sif, then none install. I know I can work aroun this using windows components and tick the ones I want to install. I'm just giving the feedback in case this is fixable in next release. Thank you both...
rr650
man i'm so pumped to try out onepiece's update pack, but a few questions:
if my xp sp3 cd is 550mb and onepiece update pack is 200mb total=750mb!
can the rvm integrator make an iso over 700mb?
whats the max iso size the ryan integrator can make?
if my iso is over 700mb can i just burn this iso to a dvd or does it have to be on a cd for an xp install?
also anybody know the max iso size nlite can make?
i just came across this site and am loving it!!! tons of great info
if my xp sp3 cd is 550mb and onepiece update pack is 200mb total=750mb!
can the rvm integrator make an iso over 700mb?
whats the max iso size the ryan integrator can make?
if my iso is over 700mb can i just burn this iso to a dvd or does it have to be on a cd for an xp install?
also anybody know the max iso size nlite can make?
i just came across this site and am loving it!!! tons of great info

-
- Posts: 4
- Joined: Mon Oct 20, 2008 6:43 pm
Yes you can burn XP to a CD or a DVD the media method does not matter. I have made a ~>1GB ISO from Nlite and it worked fine.goldznnz wrote:man i'm so pumped to try out onepiece's update pack, but a few questions:
if my xp sp3 cd is 550mb and onepiece update pack is 200mb total=750mb!
can the rvm integrator make an iso over 700mb?
whats the max iso size the ryan integrator can make?
if my iso is over 700mb can i just burn this iso to a dvd or does it have to be on a cd for an xp install?
also anybody know the max iso size nlite can make?
i just came across this site and am loving it!!! tons of great info
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
Wasn't there an add-on that would delete these files for you? I'm looking for it. Anyone have it or know where to get it?Kelsenellenelvian wrote:Kelsenellenelvian wrote:You are supposed to MANUALLY remove the extra, unnecessary folders from it....
DOCS
DOTNETFX
SUPPORT
VALUEADD
I386\Lang
This frees up 159 megs. Wish to manually save more?
WIN9XUPG
WIN9XMIG
This frees up another 36.6 megs. All together that saves you @ 200 megs...
Thanks
don't be so lazy please, you need to keep these during all your slipstreaming till the end, then delete them (a good idea)Rodommoc wrote:
Wasn't there an add-on that would delete these files for you? I'm looking for it. Anyone have it or know where to get it?
Thanks
It isn't too hard to delete these manually , is it?
- =[FEAR]=JIGSAW
- Posts: 409
- Joined: Mon Feb 18, 2008 11:54 am
- Location: Cape Town, South Africa
http://www.ryanvm.net/forum/viewtopic.php?t=1535Rodommoc wrote:
Wasn't there an add-on that would delete these files for you? I'm looking for it. Anyone have it or know where to get it?
Thanks
- roirraWedorehT
- Posts: 764
- Joined: Sun Oct 15, 2006 2:25 pm
Hi nonno fabio. Thank you for your update pack . That's very useful, complete and pro. I have already problems with WMP11 codecs. I cannot already play AVI and MPEG media files from old versios until now and the error msg box indicates codec not found. I tried a lot to solve the problem but could not. As I mentioned before I integrate K-lite mega codec pack into Windows XP installation source cd as unattended installation to can play AVI and MPEG media files after Windows installation but I want to use WMP11 codecs that Microsoft has offered because WMP11 is not compatible with K-Lite codecs as well and sometimes crashes. Can you create an addon to remove WMP11 like other addons or create an update pack without WMP11 integrated into 

- Outbreaker
- Posts: 703
- Joined: Tue Aug 21, 2007 8:06 am
There is no difference:)mr_smartepants wrote:OK, this begs the question:Kelsenellenelvian wrote:I also have the MSDN sp3 release. No errors with this pack...
What's the difference between the MSDN SP3 file and the standard M$ SP3 download here?
The only other difference would be the integration method of both SP3 and this update pack.
/integrate, or RVMI, or nLite?
I integrate SP3 and this update pack with nLite. I haven't tried RVMI yet.
It should be the same file from MS Download center as it is on MSDN.
Now.. If you could make a swedish one that would be real nice of you:) or perhaps i can use the Update pack/Addon Creator INTL?
I just need to download all swedish 32bit updates that was released after SP3 point source to the folder containing the updates and press start, right?
[tcntad] - To be filled out
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
You can use UpdatePack Creator for this: download all public and request-only updates, hotfix and addtional components listed in "What's in the Onepiece's XP Update Pack" and some other stuff like Netfx*.cabs from ENU pack , flash player activex installer (follow directions in UpdatePack Creator topic).
If there isn't a correspondant swedish version of an hotfix, you can use (if possible) the english one by changing ENU in SWE in hotfix installer filename.
EDIT: oh, and use this one http://voidseesaw.com/onepiece/DXUPAC.exe because is the latest version for XP. Topic links aren't updated yet because we're waiting for new w2k3 updatepack release
If there isn't a correspondant swedish version of an hotfix, you can use (if possible) the english one by changing ENU in SWE in hotfix installer filename.
EDIT: oh, and use this one http://voidseesaw.com/onepiece/DXUPAC.exe because is the latest version for XP. Topic links aren't updated yet because we're waiting for new w2k3 updatepack release
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
There should be no problems with AVIs and MPEGs.
Please try a test integration using RVMi with updatepack only and install it. Then find c:\windows\clock.avi and play it with WMP. Report the result. Thanks.
Please try a test integration using RVMi with updatepack only and install it. Then find c:\windows\clock.avi and play it with WMP. Report the result. Thanks.
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
-
- Posts: 38
- Joined: Thu Dec 27, 2007 10:03 am
I've been trying to get my MCE 2005 disc updated. But no matter what source I start with SP2 OEM (with TechNet SP3 Slipstream) or Dell MCE 2005 with Rollup 2 (and TechNet Slipstream) Rollup 2 show up in Windows Update and fails to install.
I believe this is the relevant section of WindowsUpdate.log
Maybe this is a know issue but I couldn't find mention of it in this thread or elsewhere on the forum. Feel free to point me. I'd appreciate any help. Thanks.
I believe this is the relevant section of WindowsUpdate.log
Code: Select all
2010-09-29 10:24:55:221 3120 a38 COMAPI -------------
2010-09-29 10:24:55:221 3120 a38 COMAPI -- START -- COMAPI: Download [ClientId = MicrosoftUpdate]
2010-09-29 10:24:55:221 3120 a38 COMAPI ---------
2010-09-29 10:24:55:221 3120 a38 COMAPI - Forced: No; Download priority: 3
2010-09-29 10:24:55:221 3120 a38 COMAPI - Updates in request: 1
2010-09-29 10:24:55:221 3120 a38 COMAPI - ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service
2010-09-29 10:24:55:482 3120 a38 COMAPI <<-- SUBMITTED -- COMAPI: Download [ClientId = MicrosoftUpdate]
2010-09-29 10:24:55:512 804 a08 DnldMgr *************
2010-09-29 10:24:55:512 804 a08 DnldMgr ** START ** DnldMgr: Downloading updates [CallerId = MicrosoftUpdate]
2010-09-29 10:24:55:512 804 a08 DnldMgr *********
2010-09-29 10:24:55:512 804 a08 DnldMgr * Call ID = {FE59A598-C76D-4EE6-9FF5-AF1E741ED9CA}
2010-09-29 10:24:55:532 804 a08 DnldMgr * Priority = 3, Interactive = 1, Owner is system = 0, Explicit proxy = 1, Proxy session id = -1, ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}
2010-09-29 10:24:55:532 804 a08 DnldMgr * Updates to download = 1
2010-09-29 10:24:55:532 804 a08 Agent * Title = Update Rollup 2 for Windows XP Media Center Edition 2005 (KB900325)
2010-09-29 10:24:55:532 804 a08 Agent * UpdateId = {0E44650C-E6D4-4927-89CB-FBD2711E360F}.103
2010-09-29 10:24:55:532 804 a08 Agent * Bundles 1 updates:
2010-09-29 10:24:55:532 804 a08 Agent * {B5E48D2D-B837-4BFE-96E4-95A1A5D3F5DF}.103
2010-09-29 10:24:56:243 804 a08 DnldMgr *********** DnldMgr: New download job [UpdateId = {B5E48D2D-B837-4BFE-96E4-95A1A5D3F5DF}.103] ***********
2010-09-29 10:24:57:364 804 a08 DnldMgr * BITS job initialized, JobId = {BA9DD66A-2A32-4423-B045-96E3945EEEEE}
2010-09-29 10:24:57:545 804 a08 DnldMgr * Downloading from http://www.download.windowsupdate.com/msdownload/update/v3-19990518/cabpool/windowsxpmediacenter2005-kb900325-usa_c3a70a3912c8206e3e48b9b3a9bf2389be32dae4.exe to C:\WINDOWS\SoftwareDistribution\Download\1bc04ce794e9e481b4cb621a5a735b0d\c3a70a3912c8206e3e48b9b3a9bf2389be32dae4 (full file).
2010-09-29 10:24:57:775 804 a08 Agent *********
2010-09-29 10:24:57:775 804 a08 Agent ** END ** Agent: Downloading updates [CallerId = MicrosoftUpdate]
2010-09-29 10:24:57:775 804 a08 Agent *************
2010-09-29 10:25:42:079 804 858 DnldMgr BITS job {BA9DD66A-2A32-4423-B045-96E3945EEEEE} completed successfully
2010-09-29 10:25:42:670 804 858 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\Download\1bc04ce794e9e481b4cb621a5a735b0d\c3a70a3912c8206e3e48b9b3a9bf2389be32dae4:
2010-09-29 10:25:43:180 804 858 Misc Microsoft signed: Yes
2010-09-29 10:25:43:200 804 858 DnldMgr Download job bytes total = 30413568, bytes transferred = 30413568
2010-09-29 10:25:43:220 804 858 DnldMgr *********** DnldMgr: New download job [UpdateId = {B5E48D2D-B837-4BFE-96E4-95A1A5D3F5DF}.103] ***********
2010-09-29 10:25:43:611 804 858 DnldMgr * All files for update were already downloaded and are valid.
2010-09-29 10:25:43:721 3120 13c COMAPI >>-- RESUMED -- COMAPI: Download [ClientId = MicrosoftUpdate]
2010-09-29 10:25:43:721 3120 13c COMAPI - Download call complete (succeeded = 1, succeeded with errors = 0, failed = 0, unaccounted = 0)
2010-09-29 10:25:43:721 3120 13c COMAPI ---------
2010-09-29 10:25:43:721 3120 13c COMAPI -- END -- COMAPI: Download [ClientId = MicrosoftUpdate]
2010-09-29 10:25:43:721 3120 13c COMAPI -------------
2010-09-29 10:25:44:322 3120 a38 COMAPI -------------
2010-09-29 10:25:44:322 3120 a38 COMAPI -- START -- COMAPI: Install [ClientId = MicrosoftUpdate]
2010-09-29 10:25:44:322 3120 a38 COMAPI ---------
2010-09-29 10:25:44:322 3120 a38 COMAPI - Allow source prompts: Yes; Forced: No; Force quiet: No
2010-09-29 10:25:44:322 3120 a38 COMAPI - Updates in request: 1
2010-09-29 10:25:44:322 3120 a38 COMAPI - ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service
2010-09-29 10:25:44:352 804 554 Agent *************
2010-09-29 10:25:44:362 804 554 Agent ** START ** Agent: Installing updates [CallerId = MicrosoftUpdate]
2010-09-29 10:25:44:362 804 554 Agent *********
2010-09-29 10:25:44:362 804 554 Agent * Updates to install = 1
2010-09-29 10:25:44:362 3120 a38 COMAPI - Updates to install = 1
2010-09-29 10:25:44:362 3120 a38 COMAPI <<-- SUBMITTED -- COMAPI: Install [ClientId = MicrosoftUpdate]
2010-09-29 10:25:44:422 804 554 Agent * Title = Update Rollup 2 for Windows XP Media Center Edition 2005 (KB900325)
2010-09-29 10:25:44:422 804 554 Agent * UpdateId = {0E44650C-E6D4-4927-89CB-FBD2711E360F}.103
2010-09-29 10:25:44:422 804 554 Agent * Bundles 5 updates:
2010-09-29 10:25:44:422 804 554 Agent * {D9A0620B-DA40-4DCC-A551-1D3BFDD38639}.102
2010-09-29 10:25:44:422 804 554 Agent * {B4B9471C-1A5E-4D9C-94EF-84B00592946A}.100
2010-09-29 10:25:44:422 804 554 Agent * {77169CDB-DE0B-4F38-9BBF-CCDDAB640CCF}.100
2010-09-29 10:25:44:422 804 554 Agent * {A8BC5BEF-41C4-45D0-BE4F-0B5E0929C6E1}.102
2010-09-29 10:25:44:422 804 554 Agent * {B5E48D2D-B837-4BFE-96E4-95A1A5D3F5DF}.103
2010-09-29 10:25:48:728 804 a08 Report REPORT EVENT: {8C42A6C0-E95F-4A06-A0C5-13D07ADB8CEF} 2010-09-29 10:25:43:721-0500 1 162 101 {0E44650C-E6D4-4927-89CB-FBD2711E360F} 103 0 MicrosoftUpdate Success Content Download Download succeeded.
2010-09-29 10:25:54:947 804 554 Handler Attempting to create remote handler process as HOME-B6F3C40AE8\Owner in session 0
2010-09-29 10:25:55:608 804 554 DnldMgr Preparing update for install, updateId = {B5E48D2D-B837-4BFE-96E4-95A1A5D3F5DF}.103.
2010-09-29 10:25:57:511 2648 178 Misc =========== Logging initialized (build: 7.4.7600.229, tz: -0500) ===========
2010-09-29 10:25:57:511 2648 178 Misc = Process: C:\WINDOWS\system32\wuauclt.exe
2010-09-29 10:25:57:521 2648 178 Misc = Module: C:\WINDOWS\system32\wuaueng.dll
2010-09-29 10:25:57:491 2648 178 Handler :::::::::::::
2010-09-29 10:25:57:521 2648 178 Handler :: START :: Handler: Command Line Install
2010-09-29 10:25:57:521 2648 178 Handler :::::::::
2010-09-29 10:25:57:521 2648 178 Handler : Updates to install = 1
2010-09-29 10:26:20:113 2648 178 Handler : WARNING: Command line install completed. Return code = 0x00000643, Result = Failed, Reboot required = false
2010-09-29 10:26:20:123 2648 178 Handler : WARNING: Exit code = 0x8024200B
2010-09-29 10:26:20:123 2648 178 Handler :::::::::
2010-09-29 10:26:20:123 2648 178 Handler :: END :: Handler: Command Line Install
2010-09-29 10:26:20:123 2648 178 Handler :::::::::::::
2010-09-29 10:26:20:214 804 62c AU Triggering Offline detection (non-interactive)
2010-09-29 10:26:20:214 3120 844 COMAPI >>-- RESUMED -- COMAPI: Install [ClientId = MicrosoftUpdate]
2010-09-29 10:26:20:214 3120 844 COMAPI - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 1, unaccounted = 0)
2010-09-29 10:26:20:214 804 554 Agent *********
2010-09-29 10:26:20:214 804 62c AU #############
2010-09-29 10:26:20:214 804 554 Agent ** END ** Agent: Installing updates [CallerId = MicrosoftUpdate]
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
If the default winnt.sif settings don't work for you, extract opmwxpup.inf file from updatepack and add a semicolon before "wdsearch" in [optional components] section:shon3i wrote:I put on my winnt.sif
[Data]
Autopartition=0
MsDosInitiated=0
UnattendedInstall="Yes"
[UserData]
ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
[Components]
WDSearch = off
but windows desktop search is installedThis is normaly worked with previous version of update pack.
Any soulution?
Thanks
Code: Select all
[Optional Components]
....
....
;WDSearch
....
....
Last edited by nonno fabio on Fri Dec 14, 2012 2:36 am, edited 1 time in total.
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead