Jump to content

alicat

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by alicat

  1. Just tried installing for the 5th time and it works... And no activation error. so far. Only works so far with these patches. Now to try it again with the applications. Heres my batch files so far. main_batch.cmd CLS @echo off ECHO. ECHO Wait and see an automated installation (Or go have a drink) ECHO of various sofware applications, windows updates,implemented. ECHO The computer will restart automatically ECHO once the whole process has finished! ECHO. ECHO Copying Tools... COPY "%systemdrive%\install\Tools\psshutdown.exe" "%systemroot%\" ECHO ECHO ECHO. ECHO. EXIT hotfixes.cmd CLS @echo off ECHO. ECHO Installing Windows Update Hotfixes ECHO. ECHO Installing Q329115... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q329115_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329048... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q329048_xp.exe /Q /M /Z ECHO. ECHO Installing Q323255... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q323255_X86_EN.exe /Q /M /Z ECHO. ECHO Installing Q329834... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q329834_WXP_SP2_en.exe /Q /M /Z ECHO. ECHO Installing Q329170... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q329170_WXP_SP2_EN.exe /Q /M /Z ECHO. ECHO Installing Q328310... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q328310_WXP_SP2_en.exe /Q /M /Z ECHO. ECHO Installing Q329390... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q329390_WXP.exe /Q /M /Z ECHO. ECHO Installing Q810833... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q810833_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810577... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q810577_WXP_en.exe /Q /M /Z ECHO. ECHO Installing Q331953... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q331953_WXP_en.exe /Q /M /Z ECHO. ECHO Installing Q814995... start /wait %systemdrive%\install\Hotfixes\recommended\windowsxp\Q814995_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q811630... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q811630_WXP_SP2_EN.exe /Q /M /Z ECHO. ECHO Installing JScript 5.6... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\js56nen_6003.exe /Q:A /R:N ECHO. ECHO Installing Q810565... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q810565_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q814033... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q814033_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q815021... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q815021_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q811493... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q811493_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q819639... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\WindowsMedia9-KB819639-x86-ENU.exe /Q:A /R:N ECHO. ECHO Installing Q817606... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q817606_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q823559... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\WindowsXP-KB823559-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q823980... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\WindowsXP-KB823980-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q821557... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\WindowsXP-KB821557-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q329441... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q329441_WXP_SP2_en.exe /Q /M /Z ECHO. ECHO Installing Q817287... start /wait %systemdrive%\install\Hotfixes\critical\windowsxp\Q817287.EXE /Q:A /R:N ECHO. ECHO Installing Q821253 Windows Error Reporting Update... start /wait %systemdrive%\install\Hotfixes\recommended\windowsxp\WindowsXP-KB821253-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing June 2003, Cumulative Patch for IE6... start /wait %systemdrive%\install\Hotfixes\critical\internetexplorer6x\q818529.exe /Q:A /R:N ECHO. ECHO Installing April 2003, Cumulative Patch for OE6... start /wait %systemdrive%\install\Hotfixes\critical\internetexplorer6x\q330994.exe /Q:A /R:N ECHO. EXIT applications.cmd CLS @echo off ECHO. ECHO. ECHO. ECHO. ECHO. ECHO Restarting the PC in 1 minute... psshutdown.exe -r -t 120 -f -m "Windows XP will now restart in 2 minutes, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install RD /S /Q %systemdrive%\Drivers ECHO. EXIT
  2. Hi, I've just run into the same problem as yourself (note: I'm using a legal corporate version that's been slip streamed to SP1) ------------------------ Windows Product Activation A problem is preventing Windows from accurately checking the license for this computer. Error code: 0x800004005 ---------------- Only option is to shutdown. Logon really is impossible? Have you managed to find out anything? I keep you updated. Time to try my 5th install ... Thank you for your help,
×
×
  • Create New...