Skip to content
⌘ NSIS Forum Archive

Windows File Protection (WFP) & NSIS

5 posts

PJP2007#

Windows File Protection (WFP) & NSIS

How can I patch the system files of windows xp SP2 (such as shell32.dll) with NSIS ?
(I want to build a icon patcher program)

Please help me ! 😢
kichik#
You can use some tricks from the following thread:

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
PJP2007#
Sorry, I'm newbie. I just want to create a *.EXE file to do it. can you explain more ?

Please !
Afrow UK#
If you can get the code from that topic, stick it into a script like this:

Name "Blah"
OutFile "Blah.exe"
SilentInstall silent

Function .onInit
# code goes here
Abort
FunctionEnd

Section
SectionEnd
That is a minimal NSIS installer script which won't show any dialogs (or include them in the overhead even).

Stu
PJP2007#
Sorry, I'm too newbie to understand it 🙁

and I don't want a Silent Installer 🙁
I want a system file replacer like this:
www3.telus.net/_/replacer/