XP Home Srv Pak 2 could not copy these files

  • Thread starter Thread starter New Orleans Novice
  • Start date Start date
N

New Orleans Novice

Error Message on install. These 5 files are all the same size and date on
XP Proff Srv Pak 2 and also XP Home Srv Pak 2.

What would you do? The files did copy but should I expand the ones on the
Proff Disc to the Windows Directory on the HD: C:\Windows ?? What would you
do ?

XP Home Srv Pak 2 could not copy these files
Hit enter to try again

esent.dll, created Aug 4, 2004, Size 443Kb

cscdll.dll

browseui.dll

shdocvw.dll

d3d8.dll
 
Will this batch file work? What would you do?

shdocvw.dll
browseui.dll
cscdll.dll
esent.dll
d3d8.dll

; ren C:\WINDOWS\SYSTEM32\ C:\WINDOWS\SYSTEM32\


ren C:\WINDOWS\SYSTEM32\esent.dll C:\WINDOWS\SYSTEM32\esent.OLD

ren C:\WINDOWS\SYSTEM32\cscdll.dll C:\WINDOWS\SYSTEM32\cscdll.OLD

ren C:\WINDOWS\SYSTEM32\browseui.dll C:\WINDOWS\SYSTEM32\browseui.OLD

ren C:\WINDOWS\SYSTEM32\shdocvw.dll C:\WINDOWS\SYSTEM32\shdocvw.OLD

ren C:\WINDOWS\SYSTEM32\d3d8.dll C:\WINDOWS\SYSTEM32\d3d8.OLD

; Type expand Browseui.dl_ %Windir%\System32\Browseui.dll

COPY "C:\WINDOWS\ServicePackFiles\i386\esent.dll
C:\WINDOWS\SYSTEM32\esent.dll

COPY "C:\WINDOWS\ServicePackFiles\i386\cscdll.dll
C:\WINDOWS\SYSTEM32\cscdll.dll

COPY "C:\WINDOWS\ServicePackFiles\i386\browseui.dll
C:\WINDOWS\SYSTEM32\browseui.dll

COPY "C:\WINDOWS\ServicePackFiles\i386\shdocvw.dll
C:\WINDOWS\SYSTEM32\shdocvw.dll

COPY "C:\WINDOWS\ServicePackFiles\i386\d3d8.dll C:\WINDOWS\SYSTEM32\d3d8.dll
 
Back
Top