Jump to content

Quick question, changing system dlls in the disk image?


BuRn_sLuG

Recommended Posts


yes, you can do this.

actually i do this all the time.

you just need to compress modified files and copy/overwrite them into nlited xp folder or iso image.

(i use UltraIso.)

let's say you want modified shell32.dll in your setup cd.

open command prompt, navigate to folder where your new file is, and type:

makecab shell32.dll

you'll get a new compressed file shell32.dl_ ready to copy.

;)

Link to comment
Share on other sites

That is one way to do it..

The recommended way is to apply all of your patches (ryanvm update etc) and get the source disc all nlited out how you want first.

then copy the files (shell32.dl_ netshell.dl_ and explorer.ex_) from the i386 folder to somewhere like your desktop

then open command prompt

then do:

cd %USERPROFILE%\Desktop

extract explorer.ex_ explorer.exe

extract shell32.dl_ shell32.dll

extract netshell.dl_ netshell.dll

make your mods with reshack

then delete the files ending with _

then in command prompt do:

makecab shell32.dll

makecab netshell.dll

makecab explorer.exe

that will make them back into files ending with _

then copy those ending with _ back to i386 folder.

You will need to do this every time you make a new CD because updates will overwrite your changes.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...