DeINF 0.31
This tools allows you to deintegrate any INF that came with Windows 98.
With it, you can automatically remove all files that are installed with that INF and remove all traces to that INF and files.
You can remove:
Old Drivers
MDAC
DirectX
Themes
... and many many more.
Usage:
before repacking Windows 98 distro, place deinf.exe into EXPANDED dir.
run from command prompt: [start /wait] deinf.exe inffile.inf [/Q] [/NOFILES]
and wait...
All program actions is logged in deinf.log!
inffile.inf - inf file to be deintegrated. setuppp.inf is a good source of that infs.
Optional:
start /wait - you should know what it is. Because DeINF is actually a GUI application, you should use this command to know if DeINF working or not.
/NOFILES - other INF files will not be scanned for files from our INF, only for our INF file name. Use this switch if you plan to install/integrate newer component version [DirectX, for example].
/Q - quiet
No responsibility.
Version 0.2
* Fixed files not being removed if comment (";") is after file name
* Fixed CopyFiles not being parsed if comment (";") in line or spaces in line
Version 0.3
* Should actually work (removes files/inf traces from .mt and .ddf files)
* Shows calculated space freed
* Added /Q [quiet] option
Version 0.31
* Noticeably faster
