Archive: modify or rename file after Reboot ?


modify or rename file after Reboot ?
Hai Friends

I have some windows themes , fonts, cursors, wallpaper, & some icon for windows. my question is how to install these file using nsis without crash system files, what the BricoPack do.

The script to replace the following after system ReBoot:

1. Windows theme.
2. Cursors.
3. Wallpapers.
4. Fonts.

Iam new for nsis so please give me a script for replacing above.

Thanks in advance.


You can't expect people to write a complete script for you!

The things you talk about here can be done without replacing any files and without reboot (assuming uxtheme is already hacked) just use a .theme file

If you want to hack system .dll's (I assume BricoPack does this), you could copy the relevant dll's somewhere, use resource hacker (with a RH script) to apply your changes and overwrite the system files by calling MoveFileEx with the system plugin (SFC will also be a problem, add a copy of the hacked file in %sysdir%\dllcache or disable SFC)


I just looked at BricoPack, it does indeed use resource hacker to hack system exe's/dll's