Jump to content

List of Hotfixes by Date? Preferable an already constructed batch fil


instant000

Recommended Posts

I've been attempting the "manual" process of setting up an unattended disk. I am on "Beginner"

I could not find my exact issue, but this is the best explanation of it: Because of this issue: http://www.msfn.org/board/index.php?showto...amp;mode=linear

Anyway, when I put the hotfixes on the disk, I used this process:

CLS
@echo off
ECHO.
ECHO Slipstreaming Windows XP SP3 Updates
ECHO Please wait...
FOR %%f IN (*.exe) DO "%%f" /Integrate:E:\XPCD
ECHO.
ECHO Slipstreaming Completed!
ECHO.
pause
EXIT

Of course, I go on and do a few more things, and when it comes time to test the .iso,

I get the "virtual memory" error:

lsass.exe - Not Enough Quote

"Not enough virtual memory or paging file quota is available to complete the specified operation."

Apparently, this comes from not installing IE7 and/or hotfixes in the correct order (according to the only post that comes close to this issue).

How do I "sort" the hotfixes?

I was trying the "batch" method, of applying the hotfixes, but apparently, I'm not able to sort the hotfixes?

Does someone already have a batch file that does this? or am I left to check the dates, and do my own?

Thanks!

Link to comment
Share on other sites


Unless you are using outdated hotfixes, different hotfixes replace different files. Sort order shouldn't matter. Take a look at the list in my signature for hotfixes you should be including.

Can you please paste you last session.ini?

EDIT: I'm a bit confused by your post. You say you are using a batch method but this is in the nLite forum. Can you please clarify?

Edited by -X-
Link to comment
Share on other sites

Unless you are using outdated hotfixes, different hotfixes replace different files. Sort order shouldn't matter. Take a look at the list in my signature for hotfixes you should be including.

Can you please paste you last session.ini?

EDIT: I'm a bit confused by your post. You say you are using a batch method but this is in the nLite forum. Can you please clarify?

Sorry, i didn't make sure that I was in the appropriate forum, prior to posting. I noticed this later, but didn't know how to move my thread.

I was in this forum, since this is where I saw the "virtual memory" post, and starting making my own thread, from within this very same forum.

I was using the post SP3 "critical updates" , as found on the "Windows Update Downloader" website.

This is what I was using:

07/23/2009 02:03 PM 257 automate_hotfix_integration.bat

07/23/2009 01:51 PM 792,104 IE7-WindowsXP-KB938127-v2-x86-ENU.exe

07/23/2009 01:51 PM 9,183,632 IE7-WindowsXP-KB963027-x86-ENU.exe

07/23/2009 01:52 PM 15,452,536 IE7-WindowsXP-x86-enu.exe

07/23/2009 01:51 PM 5,687,304 msxml4-KB954430-enu.exe

07/24/2009 12:42 PM 0 updatelist.txt

07/23/2009 01:51 PM 1,264,016 WindowsXP-KB923561-x86-ENU.exe

07/23/2009 01:51 PM 1,309,552 WindowsXP-KB938464-v2-x86-ENU.exe

07/23/2009 01:51 PM 2,166,832 WindowsXP-KB941569-x86-ENU.EXE

07/23/2009 01:51 PM 528,424 WindowsXP-KB946648-x86-ENU.exe

07/23/2009 01:52 PM 559,144 WindowsXP-KB950762-x86-ENU.exe

07/23/2009 01:51 PM 594,984 WindowsXP-KB950974-x86-ENU.exe

07/23/2009 01:51 PM 817,704 WindowsXP-KB951066-x86-ENU.exe

07/23/2009 01:52 PM 605,224 WindowsXP-KB951376-v2-x86-ENU.exe

07/23/2009 01:52 PM 1,090,600 WindowsXP-KB951748-x86-ENU.exe

07/23/2009 01:51 PM 1,025,064 WindowsXP-KB952004-x86-ENU.exe

07/23/2009 01:51 PM 532,520 WindowsXP-KB952954-x86-ENU.exe

07/23/2009 01:51 PM 577,576 WindowsXP-KB953155-x86-ENU.exe

07/23/2009 01:51 PM 1,248,808 WindowsXP-KB954459-x86-ENU.exe

07/23/2009 01:51 PM 606,064 WindowsXP-KB954600-x86-ENU.exe

07/23/2009 01:51 PM 926,760 WindowsXP-KB955069-x86-ENU.exe

07/23/2009 01:51 PM 4,574,080 WindowsXP-KB956572-x86-ENU.exe

07/23/2009 01:51 PM 639,856 WindowsXP-KB956802-x86-ENU.exe

07/23/2009 01:51 PM 570,408 WindowsXP-KB956803-x86-ENU.exe

07/23/2009 01:51 PM 725,360 WindowsXP-KB957097-x86-ENU.exe

07/23/2009 01:51 PM 648,560 WindowsXP-KB958644-x86-ENU.exe

07/23/2009 01:51 PM 658,288 WindowsXP-KB958687-x86-ENU.exe

07/23/2009 01:51 PM 1,466,768 WindowsXP-KB958690-x86-ENU.exe

07/23/2009 01:51 PM 845,712 WindowsXP-KB959426-x86-ENU.exe

07/23/2009 01:51 PM 569,712 WindowsXP-KB960225-x86-ENU.exe

07/23/2009 01:51 PM 671,088 WindowsXP-KB960803-x86-ENU.exe

07/23/2009 01:51 PM 1,043,824 WindowsXP-KB961373-x86-ENU.exe

07/23/2009 01:51 PM 3,140,992 WindowsXP-KB967715-x86-ENU.exe

07/23/2009 01:51 PM 7,717,256 WindowsXP-WindowsMedia-KB952069-v2-x86-ENU.exe

sorry about the 0 size updatelist.txt

that was created when I did the command dir > updatelist.txt ... couldn't be bothered to copy/paste the filenames some other way.

I just know that this step is where I brought on my problem (I tried several times with an .iso burned from just before this step, and it goes through unattended like normally.)

So, something with how I'm putting the hotfixes on, is getting me.

EDIT1:

I'll check your signature and see what I can find.

EDIT2:

I see the list from your link doesn't include Internet Explorer, is that my problem?

Thanks!

Edited by instant000
Link to comment
Share on other sites

No, including Internet Explorer shouldn't matter unless maybe you are using a hotfix designed for IE6. My list is for IE6 but I plan on updating it for whatever version of IE one uses.

Can you post the contents of automate_hotfix_integration.bat? I'll look over your list in the meantime and edit this post.

Edit: Why IE7 instead of IE8? Not that it should be your problem I don't think. Just curious.

What's with this one? -> IE7-WindowsXP-x86-enu.exe

Edited by -X-
Link to comment
Share on other sites

If I didn't state before, thanks for all of your help.

I made this based on the script I saw on the unattended.msfn.org for slipstreaming the hotfixes:

http://unattended.msfn.org/unattended.xp/view/web/23/

TITLE Windows XP SP3 Slipstreamer brought to you by www.MSFN.org
CLS
@echo off
ECHO.
ECHO Slipstreaming Windows XP SP3 Updates
ECHO Please wait...
FOR %%f IN (*.exe) DO "%%f" /Integrate:E:\XPCD
ECHO.
ECHO Slipstreaming Completed!
ECHO.
pause
EXIT

I only changed mine slightly from the original.

EDIT:

With regards to which version of IE, I don't really care, to tell the truth. I just wish I knew which update was causing the issue, (and/or if it was the order) but I can't tell that in this case, as I am doing them via batch, how am I to know?

EDIT2:

So, I just know that certain tasks depend upon IE being present (like WPI), so I kinda need those.

Edited by instant000
Link to comment
Share on other sites

Ok, sorry I missed that one your first post. I thought you were using it to integrate a service pack. I'm not at all familiar with /integrate and hotfixes. I suspect that IE7 can not be slipstreamed this way. Also IE7 and it's hotfixes do need to be in a particular order. IE7 has to be applied first, then the hotfixes.

At this point I think it's best if I leave it for someone that knows about /integrate and hotfixes. You sure you don't want to give nLite a try?

I do note that there are some discrepancies in your hotfix list and mine. I don't believe Windows Update Downloader lists are being maintained anymore so the updates it downloads are not totally accurate. See...

windowclipping4.th.png

Link to comment
Share on other sites

Ok, sorry I missed that one your first post. I thought you were using it to integrate a service pack. I'm not at all familiar with /integrate and hotfixes. I suspect that IE7 can not be slipstreamed this way. Also IE7 and it's hotfixes do need to be in a particular order. IE7 has to be applied first, then the hotfixes.

At this point I think it's best if I leave it for someone that knows about /integrate and hotfixes. You sure you don't want to give nLite a try?

I do note that there are some discrepancies in your hotfix list and mine. I don't believe Windows Update Downloader lists are being maintained anymore so the updates it downloads are not totally accurate. See...

windowclipping4.th.png

Thanks for my help, I have a few things to work at now.

(1) Didn't make sure IE7 was put in before its updates

(2) Didn't check to make sure I was putting in IE7 correctly (apparently, there are issues with internet explorer 7, 8, and Windows Media Player, that require "special attention" when attempting to integrate them.)

(3) I need to get a better source for an update list than what I'm currently using.

(4) I want to use this at work, so using nlite is out of the question as of now.

(5) I want to know what I'm doing, and manually is the best way to do that.

(6) My next step from here is getting the updates right, and then finding good methods for internet explorer.

Thanks for all of your help!

Link to comment
Share on other sites

I had to do some investigating to see why you had some updates listed that I didn't. This is what I discovered. Might be useful to u.

I would try to slipstream them in this order (not counting the missing updates of course).

WindowsXP-KB923561-x86-ENU.exe

WindowsXP-KB938464-v2-x86-ENU.exe

WindowsXP-KB946648-x86-ENU.exe

WindowsXP-KB950762-x86-ENU.exe

WindowsXP-KB950974-x86-ENU.exe

WindowsXP-KB951066-x86-ENU.exe

WindowsXP-KB951376-v2-x86-ENU.exe

WindowsXP-KB951748-x86-ENU.exe

WindowsXP-KB952004-x86-ENU.exe

WindowsXP-WindowsMedia-KB952069-v2-x86-ENU.exe

WindowsXP-KB952954-x86-ENU.exe

WindowsXP-KB953155-x86-ENU.exe

WindowsXP-KB954459-x86-ENU.exe

WindowsXP-KB954600-x86-ENU.exe

WindowsXP-KB955069-x86-ENU.exe

WindowsXP-KB956572-x86-ENU.exe

WindowsXP-KB956802-x86-ENU.exe

WindowsXP-KB956803-x86-ENU.exe

WindowsXP-KB957097-x86-ENU.exe

WindowsXP-KB958644-x86-ENU.exe

WindowsXP-KB958687-x86-ENU.exe

WindowsXP-KB958690-x86-ENU.exe Outdated - replaced by WindowsXP-KB968537-x86-ENU.exe See http://www.microsoft.com/technet/security/...n/MS09-025.mspx

WindowsXP-KB959426-x86-ENU.exe

WindowsXP-KB960225-x86-ENU.exe

WindowsXP-KB960803-x86-ENU.exe

WindowsXP-KB961373-x86-ENU.exe Outdated - replaced by WindowsXP-KB971633-x86-ENU.exe See http://www.microsoft.com/technet/security/...n/MS09-028.mspx

WindowsXP-KB967715-x86-ENU.exe

msxml4-KB954430-enu.exe MSXML 4.0 is not something that comes with XP. It is installed afterwards if needed.

WindowsXP-KB941569-x86-ENU.exe Only applies if you have already slipstreamed an updated Windows Media Player.

IE7-WindowsXP-x86-enu.exe

IE7-WindowsXP-KB938127-v2-x86-ENU.exe

IE7-WindowsXP-KB963027-x86-ENU.exe

Missing updates:

WindowsXP-KB951978-x86-ENU.exe

WindowsXP-KB952287-x86-ENU.exe

WindowsXP-KB955839-x86-ENU.exe

WindowsXP-KB961371-x86-ENU.exe

WindowsXP-KB961501-x86-ENU.exe

WindowsXP-KB968537-x86-ENU.exe

WindowsXP-KB970238-x86-ENU.exe

WindowsXP-KB970483-x86-ENU.exe

WindowsXP-KB971633-x86-ENU.exe

WindowsXP-KB973346-x86-ENU.exe

Also, if you have indeed slipstreamed something like WMP 11, there are a bunch more updates not listed here.

Edited by -X-
Link to comment
Share on other sites

I had to do some investigating to see why you had some updates listed that I didn't. This is what I discovered. Might be useful to u.

I would try to slipstream them in this order (not counting the missing updates of course).

WindowsXP-KB923561-x86-ENU.exe

WindowsXP-KB938464-v2-x86-ENU.exe

WindowsXP-KB946648-x86-ENU.exe

WindowsXP-KB950762-x86-ENU.exe

WindowsXP-KB950974-x86-ENU.exe

WindowsXP-KB951066-x86-ENU.exe

WindowsXP-KB951376-v2-x86-ENU.exe

WindowsXP-KB951748-x86-ENU.exe

WindowsXP-KB952004-x86-ENU.exe

WindowsXP-WindowsMedia-KB952069-v2-x86-ENU.exe

WindowsXP-KB952954-x86-ENU.exe

WindowsXP-KB953155-x86-ENU.exe

WindowsXP-KB954459-x86-ENU.exe

WindowsXP-KB954600-x86-ENU.exe

WindowsXP-KB955069-x86-ENU.exe

WindowsXP-KB956572-x86-ENU.exe

WindowsXP-KB956802-x86-ENU.exe

WindowsXP-KB956803-x86-ENU.exe

WindowsXP-KB957097-x86-ENU.exe

WindowsXP-KB958644-x86-ENU.exe

WindowsXP-KB958687-x86-ENU.exe

WindowsXP-KB958690-x86-ENU.exe Outdated - replaced by WindowsXP-KB968537-x86-ENU.exe See http://www.microsoft.com/technet/security/...n/MS09-025.mspx

WindowsXP-KB959426-x86-ENU.exe

WindowsXP-KB960225-x86-ENU.exe

WindowsXP-KB960803-x86-ENU.exe

WindowsXP-KB961373-x86-ENU.exe Outdated - replaced by WindowsXP-KB971633-x86-ENU.exe See http://www.microsoft.com/technet/security/...n/MS09-028.mspx

WindowsXP-KB967715-x86-ENU.exe

msxml4-KB954430-enu.exe MSXML 4.0 is not something that comes with XP. It is installed afterwards if needed.

WindowsXP-KB941569-x86-ENU.exe Only applies if you have already slipstreamed an updated Windows Media Player.

IE7-WindowsXP-x86-enu.exe

IE7-WindowsXP-KB938127-v2-x86-ENU.exe

IE7-WindowsXP-KB963027-x86-ENU.exe

Missing updates:

WindowsXP-KB951978-x86-ENU.exe

WindowsXP-KB952287-x86-ENU.exe

WindowsXP-KB955839-x86-ENU.exe

WindowsXP-KB961371-x86-ENU.exe

WindowsXP-KB961501-x86-ENU.exe

WindowsXP-KB968537-x86-ENU.exe

WindowsXP-KB970238-x86-ENU.exe

WindowsXP-KB970483-x86-ENU.exe

WindowsXP-KB971633-x86-ENU.exe

WindowsXP-KB973346-x86-ENU.exe

Also, if you have indeed slipstreamed something like WMP 11, there are a bunch more updates not listed here.

X, thanks for all of your help.

I need to plan out the updates a bit more carefully.

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