I'm using the latest version 3.0a1 with HM NIS Edit.
I create a program and the function to uninstall I put it in an external file with the name Uninstall.nsh
In my main file I add it with the code below :
When I try to compile it I have and error :!addplugindir lib
!include "lib\Uninstall.nsh"
Why? Can you help me?Internal compiler error: installer's shell constants are different than uninstallers!
abnormal program termination