Talk:Upgrade a DLL (macro)
From NSIS Wiki
Jump to navigationJump to search
I have learnt this only 2 days, I have a problem to upgrade a dll which maybe in use. I do not know how to using this in my script? My script !include "UpgradeDLL.nsh" !insertmacro UpgradeDLL "..\..\bin\mydll.DLL" "$INSTDIR\mydll.DLL" "c:\temp\mydll.DLL"
it seems not work for me. anyone know why?
Thanks Jack