Reference/!undef

From NSIS Wiki
Jump to navigationJump to search

!undef

[/noerrors] gflag

Removes an item from the global define list. Note that ${SYMBOL} where SYMBOL is undefined will be translated to "${SYMBOL}".

!define SOMETHING
!undef SOMETHING

Command introduced with NSIS v1.51. /noerrors switch added in v3.04