Reference/!appendfile

From NSIS Wiki
Jump to navigationJump to search

!appendfile

file text

Appends text to file.

!tempfile FILE
!appendfile "${FILE}" "XPStyle on$\n"
!appendfile "${FILE}" "Name 'test'$\n"
!include "${FILE}"
!delfile "${FILE}"
!undef FILE

Command introduced with NSIS v2.11