Reference/!warning

From NSIS Wiki
Jump to navigationJump to search

!warning

[message]

This command will issue a warning to the script compiler. You can also add a message to this warning.

!ifdef USE_DANGEROUS_STUFF
  !warning "using dangerous stuff"
!endif

Command introduced with NSIS v1.1u