Jump to content

tbone587

Member
  • Posts

    96
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by tbone587

  1. ok i just folloed the guide to split stream the rollup 1 into my xp disc. I had already made an unnatended xp disc before using the old method. EDIT: I just went thru the list of updates for rollup1 and deleted all the code from my batc file relating to those updates. The remaing code that has to do with updates is: ECHO. ECHO Installing Windows Update Hotfixes... ECHO. ECHO Installing Q322011... start /wait %systemdrive%\install\Hotfixes\Q322011_WXP.exe /Q /M /Z ECHO. ECHO Installing Q327979... start /wait %systemdrive%\install\Hotfixes\Q327979_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q814995... start /wait %systemdrive%\install\Hotfixes\Q814995_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing KB282010... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB282010-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing KB817778... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB817778-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing KB820291... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB820291-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing KB821253... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821253-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing WindowsXP-KB824105-x86-ENU... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB824105-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing q818529... start /wait %systemdrive%\install\Hotfixes\q818529.exe /Q:A /R:N ECHO. ECHO Updating Microsoft JavaVM to 3810 ECHO Please wait... start /wait %systemdrive%\install\Hotfixes\msjavwu.exe /Q:A /R:N ECHO. ECHO Installing JScript 5.6... start /wait %systemdrive%\install\Hotfixes\js56nen.exe /Q:A /R:N ECHO. ECHO Installing Q327405... start /wait %systemdrive%\install\Hotfixes\hu1002_pro.exe /Q:A /R:N ECHO. ECHO Installing WindowsMedia9-KB819639-x86-ENU... start /wait %systemdrive%\install\Hotfixes\WindowsMedia9-KB819639-x86-ENU.exe /Q:A /R:N ECHO. ECHO Installing q822925... start /wait %systemdrive%\install\Hotfixes\q822925.exe /Q:A /R:N ECHO. ECHO Installing Q823718_MDAC_SecurityPatch... start /wait %systemdrive%\install\Hotfixes\Q823718_MDAC_SecurityPatch.exe /Q:A /R:N Is there anything there that should be removed/changed, and is here abetter way to do this that doesnt involve the batch file anymore>
×
×
  • Create New...