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 ! 😢
Windows File Protection (WFP) & NSIS
5 posts
Sorry, I'm newbie. I just want to create a *.EXE file to do it. can you explain more ?
Please !
Please !
If you can get the code from that topic, stick it into a script like this:
Stu
That is a minimal NSIS installer script which won't show any dialogs (or include them in the overhead even).Name "Blah"
OutFile "Blah.exe"
SilentInstall silent
Function .onInit
# code goes here
Abort
FunctionEnd
Section
SectionEnd
Stu
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/
and I don't want a Silent Installer 🙁
I want a system file replacer like this:
www3.telus.net/_/replacer/