Jump to content

Recommended Posts

Posted

hi for all

i have some files like Msgina.dll i want to change this files

from windows

i use the file Moveex.exe

but didn't work

Moveex.exe "%HACKED%\newfiles\appwiz.cpl" "%windir%\System32\appwiz.cpl"

any body can help or other way to change files

thanks


Posted

why not save yourself a bunch of trouble & copy them to the source directory (i386) & cab them (using makecab)

but if u must do it the hardway..

XCOPY /Y "%hacked%\newfiles\appwiz.cpl" "%windir%\system32\"

that should work

Posted

Someting like this?

REN %WinDir%\system32\appwiz.cpl appwiz.cpl.bak
MOVE %HACKED%\NewFiles\appwiz.cpl %WinDir%\system32

And after a reboot:

DEL %WinDir%\system32\*.bak

But yeh, I was thinking the same thing as MCT, would save you a lot of trouble if you did that.

Posted

thanks MCT

but i want to make it like XPize Installer

@Tsunami

thanks

you sure it work i want to change the files when the windows is runing

and i have some system files like Explorer.exe shell32.dll msgina.dll mshtml.dll msxml3.dll taskmgr.exe

and i am using WPI .

and some files is stored in dllcache

thanks again

Posted

The best way to add mod files is this

1\hack the files

2\makecab the hacked files

3\delete the source file in XPCD\i386

4\add your mod files

My Mod Files I Add With No Problem

Shell32.dll

Explorer.exe

Uxtheme.dll

This Link Will Start A DL

It Will Build This Dir %systemdrive%\shell

It will open Resource Hacker

In The File Menu The 3 Listed Files Are There Ready To Edit

Note Uxtheme does not need to be modified as i Have done it all ready, to allow for

custom themes.

MyModFiles

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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