DarkShadows Posted July 24, 2008 Author Posted July 24, 2008 The guide has been successfully tested on: Windows XP Pro Volume Windows XP Pro OEM Windows XP Pro Retail Upgrade Windows XP Home OEM (plus Dell and HP Royalty OEM licenses) Windows XP Home Retail Windows XP Home Retail Upgrade The base CDs are usually Gold, integrated with SP3. You are doing something wrong, you just need to figure out what you are doing wrong. The fact you do not get any Start Menu shortcuts tells me you are not doing one or more of the following, or not doing them correctly: Building MSDownloads.exe according to my guide. Copying MSDownloads.exe file to your XPCD\i386\SVCPACK folder. Adding the MSDownloads.exe entry to svcpack.inf correctly.Try doing the following (nothing more and nothing less): Skip making and including MSDownloads.exe and ensure that you can successfully integrate KB942288.exe, and KB898461.exe into your XPCD. After you install Windows with your XPCD, check that these two updates no longer appear in Windows/Microsoft Update. Once the above is working correctly, go back to your XPCD and try adding WindowsUpdateAgent.exe. Remember, you need to unpack the Microsoft download and repack it in order for it to install silently. Follow the Guide section on how to do this. Once the above is working correctly, go back to your XPCD and try adding MSDownloads.exe. Just create this file thusly (nothing more and nothing less): Download WinRar and install it to: %ProgramFiles%\WinRAR\WinRAR.exe (This path is important.) Download Windows Updates Downloader (WUD) by Jean-Sebastien Carle (JCarle on MSFN.org) and install it. Download MSDownloads.ulz (link in first post). This is an update list that should automatically import itself into WUD. In Windows Updates Downloader, check the MSDownloads category to force all related files (including my MSDBuild.exe) to be re-downloaded to your MSDownloads folder.NOTE: For now, do not include your own DataStore.edb file, instead let MSDBuild.exe use my own file, which is named DataStore.ed_. Open the MSDownloads folder, and double-click on MSDBuild.exe to recreate MSDownloads.exe.Your resulting file should be:-----------------------------------------------------------------------------------------------MSDownloads.exe b5b4e0513e141323194c78b98c1c2759 2008-07-19 3:30 PM (GMT -5 +1 for DST)File Name MD5 Hash Modified Date: With everything added, your svcpack.inf, should look something like this:KBnnnnnn.cat <------------represents other integrated Windows UpdatesKB942288.cat <------------Required, integrate with /INTEGRATEKB898461.cat <------------Required, integrate with /INTEGRATE... <------------represents other integrated Windows UpdatesKBnnnnnn.cat <------------represents other integrated Windows Updates[SetupHotfixesToRun]KBnnnnnn.exe /q /n /z <--represents other integrated Windows UpdatesKB942288.exe /q /n /z <--Required, integrate with /INTEGRATEKB898461.exe /q /n /z <--Required, integrate with /INTEGRATE... <--represents other integrated Windows UpdatesKBnnnnnn.exe /q /n /z <--represents other integrated Windows UpdatesQChain.exe <--Recommended, you add this to svcpack.inf.WindowsUpdateAgent.exe <--Required, you add this to svcpack.inf.MSDownloads.exe <--Required, you add this to svcpack.inf.[ProductCatalogsToInstall]You must also copy the following files to your XPCD\i386\SVCPACK folder: QChain.exe WindowsUpdateAgent.exe (after you follow my guide to repackage it) MSDownloads.exeDo it by the numbers, and report back.
Worf Posted July 25, 2008 Posted July 25, 2008 (edited) Thx DarkShadow.I will try this again.Many Thx Edited July 25, 2008 by Worf
DarkShadows Posted July 25, 2008 Author Posted July 25, 2008 This page of the MSFN Unattended Windows XP Guide has a download link for QChain.exe.
Worf Posted July 26, 2008 Posted July 26, 2008 Yea, i did a search on Google and found it. I did what you said and the installation worked although one of the updates i integrated did not work but after reading the guide from your link i think i know why. Did not know that the hotfixes had to go in numeric order.
RHAF Posted July 26, 2008 Posted July 26, 2008 This page of the MSFN Unattended Windows XP Guide has a download link for QChain.exe.in the app "Windows unattended cd creator" automatically have the Qchain.exe
strel Posted August 29, 2008 Posted August 29, 2008 WUA version 7.2.6001.784 is out as described here:http://www.msfn.org/board/New-Windows-Upda...le-t118110.html
TranceEnergy Posted August 29, 2008 Posted August 29, 2008 (edited) DarkShadows: I tried finding Windows Genuine Advantage Notifications - KB905474 for XP 64bit sp2, but no luck. Now im sure one could possibly find out what kb that is for x64 with just looking under windir folder and finding the uninstall for it, if it creates a uninstall folder.I'm just saying that it would be neat if one could have all the x64 links to downloads also.I'm going to check the list and see what other i can find/can't find.Obviously MSI installer 4.5 exists in download link for x64 as well as Windows update agent. Edited August 29, 2008 by TranceEnergy
DarkShadows Posted August 29, 2008 Author Posted August 29, 2008 WUA version 7.2.6001.784 is out as described here:http://www.msfn.org/board/New-Windows-Upda...le-t118110.html@strelThanks for the heads up! B) I'm working on an update right now.DarkShadows: I tried finding Windows Genuine Advantage Notifications - KB905474 for XP 64bit sp2, but no luck. Now im sure one could possibly find out what kb that is for x64 with just looking under windir folder and finding the uninstall for it, if it creates a uninstall folder.I'm just saying that it would be neat if one could have all the x64 links to downloads also. I'm going to check the list and see what other i can find/can't find. Obviously MSI installer 4.5 exists in download link for x64 as well as Windows update agent.@TranceEnergy (and anyone else using Windows XP 64-bit)I don't have Windows XP 64-bit to test with. So take whatever I say next as pure speculation and rely on your own testing to prove things.As I documented in this guide's Version History, I updated InstWGAV.inf as of v3.0 so that it properly registers LegitCheckControl.dll without requiring Windows Genuine Advantage Notifications. Windows Genuine Advantage Notifications is no longer a requirement for Windows XP 32-bit.What does his mean for Windows XP 64-bit? I really have no idea. I don't even know if XP 64-bit downloads the same .cab files, or how the ActiveX controls get registered on XP 64-bit. On Windows XP 32-bit, the ActiveX .dll files usually end up in %WinDir%\System32 (one ends up in %WinDir%). But I suspect this may be different on 64-bit. I also suspect that some registry settings will be different. But without the software to test on and rip apart, I really can't help you 64-bit folks much.If you know how to read registry settings in an .inf file, it should be pretty clear to look my Inst*.inf files (inside my MSDBuild.exe WinRar SFX) and compare the 32-bit registry settings I'm settings to the ones on your 64-bit OS. Who knows, maybe my .infs will work on XP 64-bit without modification? (I doubt it, but might be worth a try on a test PC).If you can use what I have posted to figure out an air-tight proces for Windows XP 64-bit, I will be happy to post a 64-bit download. But you 64-bit folks are going to have to do some home work on this and report back here.No one has ever told me if my guide even works on Windows XP 64-bit or not!
DarkShadows Posted August 29, 2008 Author Posted August 29, 2008 (edited) Guide updated to v3.2. Please read the Version History in the first post for more information. -DS Edited August 29, 2008 by DarkShadows
strel Posted August 30, 2008 Posted August 30, 2008 (edited) WGAN 1.8.0031.0 is out (including WGAV) and my XP SP3 is requiring it.http://download.microsoft.com/download/4/f...-Standalone.exe Edited September 3, 2008 by strel
TranceEnergy Posted August 31, 2008 Posted August 31, 2008 (edited) Making mental note of stuff 2 do. I will go over this once i have time, that might take a while tho. Edited August 31, 2008 by TranceEnergy
DarkShadows Posted August 31, 2008 Author Posted August 31, 2008 @everyoneHere, let me kick it up another notch ... BAM! B) I have updated the Guide and downloads to v4.0. Things just got a little simpler. Read the Version History section in the first post and the related sections for details!@strelThanks for the heads up. Read the updated Windows Genuine Advantage Notifications section in the first post. If you could test everything in my guide on your retail/OEM license and let me know if it works for you? On the volume license I'm using, WGAN installs but I can't see any feedback when windows runs.
strel Posted September 3, 2008 Posted September 3, 2008 (edited) I trimmed down sfx-msd.cmd and the compressed file to not include the office parts in msdownloads.exe, working OK Edited September 3, 2008 by strel
DarkShadows Posted September 3, 2008 Author Posted September 3, 2008 There is no need to trim SFX-MSD.cmd. As I documented in the 1st post, SFX-MSD.cmd will safely skip installing any missing Inst*.inf files. So if you don't want to install Office Update, simply delete the two files below from your WORK subfolder, then re-execute MSDBuild.cmd. InstOUIE.inf InstOGAV.inf
strel Posted September 3, 2008 Posted September 3, 2008 (edited) Yes, I know, it's only to preserve all files in place in my disk.If I could make you a suggestion about your guide, maybe the unused languages removin issue in the windows update agent section, should be clarify. While in past versions was overpowering clear, in the actual version it has to be guess. Edited September 6, 2008 by strel
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now