Skip to content
⌘ NSIS Forum Archive

Replacement-changing resources in EXE and DLL files

4 posts

stass#

Replacement-changing resources in EXE and DLL files

Please tell me - how to change\replace .rc resource (for example, in modern.exe file), using code NSIS ?
( how to use the functions BeginUpdateResource , UpdateResource , EndUpdateResource ? )
stass#
Anders
It's not interesting and not always convenient ...
I would like to use to replace the resources - code NSIS... Help ?
Anders#
Resource Hacker supports automation when given command line parameters.

Calling *UpdateResource from NSIS will require a new plugin or the system plugin.

Have you tried the system plugin?