Jump to content

techtype

Member
  • Posts

    275
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by techtype

  1. OK, Numinous or AaronXP or DaveXP or anybody equally brillant, I have successfully combined info from all of you to get what seems to me to be a perfect, fully patched unattended install of XP. Runs fine and passes the Windows Update test. However when I run "SFC /scannow" as a test, Windows wants the XP SP1 CD to add files to the DLLCACHE directory. I'm suspicious of this because the hotfixes, rollup and Directx etc are not really "Slipstreamed" as you know. Anybody have any ideas on how to get the DLLCACHE directory in sync?

  2. Yep, I printed out that list too as I investigated the problem. Here is my code taken from yours, changed the folder name slightly:

    for %%i in (%systemdrive%\install\Hotfix1\*.exe) do start /wait %%i /u /z /o /q

    for %%i in (%systemdrive%\install\Hotfix2\*.exe) do start /wait %%i /Q:A /R:N

    ECHO Installing Q823718 Security Update for Microsoft Data Access Components

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

    start /wait %systemdrive%\install\qchain.exe

    It's a stumper alright, but your method is the best!!! When I'm done installing there are no Windows Updates needed, and it's very fast when not being tested in a virtual machine. The little cleanup program cleans the registry, log files and backup files.

×
×
  • Create New...