Reference/LogSet: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "=LogSet= on|off Sets whether install logging to install.log will happen. $INSTDIR must have a value before you call this function or it will not work. N...") |
mNo edit summary |
||
Line 6: | Line 6: | ||
See [http://nsis.sourceforge.net/Docs//AppendixG.html#G Building NSIS] for more information about recompiling NSIS. | See [http://nsis.sourceforge.net/Docs//AppendixG.html#G Building NSIS] for more information about recompiling NSIS. | ||
''Command introduced with NSIS v1.98'' |
Latest revision as of 20:50, 4 June 2013
LogSet
on|off
Sets whether install logging to install.log will happen. $INSTDIR must have a value before you call this function or it will not work. Note that the NSIS_CONFIG_LOG build setting must be set (scons NSIS_CONFIG_LOG=yes) on compile time (it is not by default) to support this.
See Building NSIS for more information about recompiling NSIS.
Command introduced with NSIS v1.98