this should not work:
code:
!include: closed: "C:\Programme\NSIS\Include\CustFunctions.nsh"
try this instead:
code:
!include "C:\Programme\NSIS\Include\CustFunctions.nsh"
The call to the functions on the included file can be done as ordinary.
And review the documentation this is explained there.
regards.