Monday, February 06, 2012
   
Text Size

Windows XP - Including edited system files in Windows Setup Folder (i386)

 

Windows XP - Including edited system files in Windows Setup Folder (i386)


To compress a modified DLL or EXE that then needs to be added to the I386 folder, run the following:

 makecab file_name.extension

Makecab is built into Windows, so to compress XPSP1RES.DLL:

makecab XPSP1RES.DLL

You will then have a version of the file called XPSP1RES.DL_ which can then be added to the I386 Folder.