Jump to content

cxe

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by cxe

  1. I know for sure this is not an Illigal copy. This was a sealed OEM package. We are a computer technition shop and we install windows at least 3-5 times a day. We were just trying to make a windows Rollout using the method from theUnattended XP Rollout Webpage Everything works fine until these updates are installed. This doesn't have anything to do with wpa.dbl file to my knowledge If you read This Article it explains the problem almost exactly. Any other suggestions?

    Computer Exchange Service & Sales

    Lynchburg, VA

    www.cxeonline.com

  2. After installing all the windows hotfixes using a batch file I get a windows Activation error (0x800004005) that doesn't allow me to log on to the machine. At first I didn't know what was causing the problems but I read this article below and realized that had to be what the problem was.

    Link to Article

    Has anybody had this issue before? Do you know of a way to fix this or what Update causes the problem that I can take out of the list?

    My Batch file is below:

    CLS

    @echo off

    ECHO

    ECHO Now installing Windows Updates

    ECHO

    start /wait %systemdrive%\install\hotfixes\q282010.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q322011.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q322069.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q323255.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q327979.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q328310.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q329048.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q329115.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q329170.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q329390.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q329441.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q329834.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q330994.exe /Q:A /R:N

    start /wait %systemdrive%\install\hotfixes\q331953.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q810243.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q810272.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q810565.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q810577.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q810833.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q811009.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q811493.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q811630.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q811632.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q813951.exe /Q:A /R:N

    start /wait %systemdrive%\install\hotfixes\q814033.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q814995.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q815021.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q815487.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q817287.exe /Q:A /R:N

    start /wait %systemdrive%\install\hotfixes\q817606.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q817778.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q818043.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q819639.exe /Q:A /R:N

    start /wait %systemdrive%\install\hotfixes\q819696.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q820291.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q821253.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q821557.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q822603.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q823182.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q823559.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q823980.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q824105.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q824141.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q824146.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q825119.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q828026.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q828035.exe /Q /U /N /Z

    start /wait %systemdrive%\install\hotfixes\q828750.exe /Q:A /R:N

    start /wait %systemdrive%\install\hotfixes\Q817787.EXE /Q:A /R:N

    start /wait %systemdrive%\install\hotfixes\Q823718.exe /T:%systemdrive%\install\tmp /C:"%systemdrive%\install\tmp\dahotfix.exe /q /n" /Q

    ECHO

    EXIT

×
×
  • Create New...