Creating an XP installation CD that incorporates all the Win
just what the title says,, I don't want to have to install all the updates every time I format. . so since it's poissible to make an Win2000 CD with the SP featured,, is this possible? if so, how? thanks in advance.
just what the title says,, I don't want to have to install all the updates every time I format.. so since it's poissible to make an Win2000 CD with the SP featured,, is this possible? if so, how? thanks in advance.. )
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
May as well wait until August (i think) for SP1. In the meantime there's qchain. I'll make it easy for you, here's my qchain batch file for WinXP:
[size:9]
@echo off
echo.
echo.
echo This will apply all Hotfixes for Windows XP up to 6/13/2002
echo.
echo Please select NO if a popup box asks to reboot.
echo.
echo.
pause
echo.
echo.
echo Applying patches . . .
echo.
echo.
cd hotfix
Q307274_x86.exe -u -z -q
Q307316_x86.exe -u -z -q
Q307460.exe /Q
Q307869.exe -u -z -q
Q308210_x86.exe -u -z -q
Q308276_x86.exe -u -z -q
Q308381.exe -u -z -q
Q309376_x86.exe -u -z -q
Q309495_x86.exe -u -z -q
Q309521_x86.exe -u -z -q
Q309691_WXP_SP1_x86_ENU.exe -u -z -q
Q310437_x86.exe -u -z -q
Q310510.exe -u -z -q
Q311542XPSP1x86.exe -u -z -q
Q311889.exe -u -z -q
Q311967.exe -u -z -q
Q312369.exe /Q
Q314147.exe -u -z -q
Q314582.exe -u -z -q
Q314862.exe -u -z -q
Q315000.exe -u -z -q
Q315403.exe -u -z -q
Q316397_WXPx86.exe -u -z -q
Q317277.exe -u -z -q
Q318202_MSXML20_x86.exe /C:"dahotfix /Q /N"
Q318203_MSXML30_x86.exe /C:"dahotfix /Q /N"
Q318388WXPSP1.exe -u -z -q
Q319580.exe -u -z -q
Q319733.exe -u -z -q
Q320174.exe -u -z -q
msjavx86.exe /Q /C:"javatrig /Q"
msxml4qfe.exe /Q
setupeuroconv.exe /Q
setupMovieMaker12.exe /Q
vbs56nen.exe /Q
Q318966_WXP_SP1_x86_ENU.exe -u -z -q
Q318138_WXP_SP1_x86_ENU.exe -u -z -q
Q320552_WXP_SP1_x86_ENU.exe -u -z -q
Q321232.exe /Q
cd..
qchain.exe
echo.
echo All patching complete.
echo You will need to reboot your computer for
echo the patches to take effect.
echo.
echo.
echo Press any key to reboot now
echo or press CTRL-C to end without rebooting.
echo.
echo.
pause > nul
%windir%\system32\shutdown.exe -r -t 0
exit
It includes all critical updates, and all the recommended updates except the .NET framework. My system runs very stable with all of these. Remove any you don't want.
Put this batch file and qchain.exe in a folder. In that folder create a subfolder called hotfix. In the hotfix folder place all the hotfixes. Make sure to remove any references in the batch file to hotfixes you don't have or don't want.
[size:9]
@echo off
echo.
echo.
echo This will apply all Hotfixes for Windows XP up to 6/13/2002
echo.
echo Please select NO if a popup box asks to reboot.
echo.
echo.
pause
echo.
echo.
echo Applying patches . . .
echo.
echo.
cd hotfix
Q307274_x86.exe -u -z -q
Q307316_x86.exe -u -z -q
Q307460.exe /Q
Q307869.exe -u -z -q
Q308210_x86.exe -u -z -q
Q308276_x86.exe -u -z -q
Q308381.exe -u -z -q
Q309376_x86.exe -u -z -q
Q309495_x86.exe -u -z -q
Q309521_x86.exe -u -z -q
Q309691_WXP_SP1_x86_ENU.exe -u -z -q
Q310437_x86.exe -u -z -q
Q310510.exe -u -z -q
Q311542XPSP1x86.exe -u -z -q
Q311889.exe -u -z -q
Q311967.exe -u -z -q
Q312369.exe /Q
Q314147.exe -u -z -q
Q314582.exe -u -z -q
Q314862.exe -u -z -q
Q315000.exe -u -z -q
Q315403.exe -u -z -q
Q316397_WXPx86.exe -u -z -q
Q317277.exe -u -z -q
Q318202_MSXML20_x86.exe /C:"dahotfix /Q /N"
Q318203_MSXML30_x86.exe /C:"dahotfix /Q /N"
Q318388WXPSP1.exe -u -z -q
Q319580.exe -u -z -q
Q319733.exe -u -z -q
Q320174.exe -u -z -q
msjavx86.exe /Q /C:"javatrig /Q"
msxml4qfe.exe /Q
setupeuroconv.exe /Q
setupMovieMaker12.exe /Q
vbs56nen.exe /Q
Q318966_WXP_SP1_x86_ENU.exe -u -z -q
Q318138_WXP_SP1_x86_ENU.exe -u -z -q
Q320552_WXP_SP1_x86_ENU.exe -u -z -q
Q321232.exe /Q
cd..
qchain.exe
echo.
echo All patching complete.
echo You will need to reboot your computer for
echo the patches to take effect.
echo.
echo.
echo Press any key to reboot now
echo or press CTRL-C to end without rebooting.
echo.
echo.
pause > nul
%windir%\system32\shutdown.exe -r -t 0
exit
It includes all critical updates, and all the recommended updates except the .NET framework. My system runs very stable with all of these. Remove any you don't want.
Put this batch file and qchain.exe in a folder. In that folder create a subfolder called hotfix. In the hotfix folder place all the hotfixes. Make sure to remove any references in the batch file to hotfixes you don't have or don't want.
I'd only go through that much trouble if you are deploying windows xp in a corporate environment.
Otherwise wait for SP1 to come out then incorporate it into the installation.
http://www.ntcompatible.com/faq232.shtml
Just sub XP stuff in there to do it
Otherwise wait for SP1 to come out then incorporate it into the installation.
http://www.ntcompatible.com/faq232.shtml
Just sub XP stuff in there to do it