Hi strezlawton3-ga,
In case you are ever in a situation where you need to replace a
dll on your disk with the original copy from the Windows XP cd, there
are a couple of methods you can try:
1. Microsoft provides a utility called the 'System File Checker',
which scans your computer for any protected OS dlls that may need to
be replaced. If it finds any such dlls, it asks you for the WinXp cd
and automatically extracts and installs the required dll files from
it.
To run the System File Checker utility, goto 'Start Menu'>Run and type:
sfc /scannow
For more information on this utility, please see:
- UpdateXP.com : Introduction to using scannow sfc
(http://www.updatexp.com/scannow-sfc.html)
- MSKB 310747: Description of Windows XP System File Checker
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;310747)
2. If you want to manually extract dll files from your cd, the
following steps will help:
- All the required dll files are stored in the 'I386' folder
on your WinXP cd. The dll files are stored in this directory in three
formats:
-> As uncompressed dll files. For eg: CABINET.DLL. You
can directly copy these files to your hard disk.
-> As compressed dlls. These compressed dlls have the
extension '.DL_'. For eg: ADROT.DL_
The next step specifies how you can extract these files to your hard
disk using the 'expand.exe' utility included on the cd.
-> As part of the compressed cabinet files. For eg: DRIVER.CAB
The next step specifies how you can extract these files to your hard
disk using the 'expand.exe' utility included on the cd.
- The 'I386' folder contains a utility 'expand.exe' that can
be used to uncompress all the compressed files on the cd. It is a
commandline utility, so you have will have to run it from either the
command prompt or the Run dialog. Some examples of its usage are:
expand X:\I386\ADROT.DL_ C:\ADROT.DLL
The above command decompresses the compressed DLL
ADROT.DL_ on the WinXP CD, copies it to C:, and changes the extension
to .DLL . Here X: is your CD drive.
expand X:\I386\DRIVER.CAB -f:* C:\Drivers
This command extracts all the files from the Driver.cab
file included on the WinXP cd and copies it to the C:\Drivers folder.
Note that the destination folder must already exist on your hard
drive, it will not be created for you.
For more information on the available commandline options for
this utility, please see:
- Expand.exe: File Expansion Utility
(http://www.tburke.net/info/reskittools/topics/expand.htm)
----------------------------------------------------------
Hope this helps.
If you need any clarifications, just ask!
Regards,
Theta-ga
:-)
============================================================
Google Search Terms Used:
"expand.exe" windows
System file checker "Windows XP" |