Fix some doc typo and add an undocumented var.
This commit is contained in:
parent
58db6ac299
commit
8fe0da5981
|
@ -15,16 +15,20 @@
|
||||||
##end
|
##end
|
||||||
#
|
#
|
||||||
##variable
|
##variable
|
||||||
# CPACK_NSIS_MUI_ICON - The icon file (.ico) for the generated
|
# CPACK_NSIS_MUI_ICON - The icon file (<dot>ico) for the generated
|
||||||
# install program.
|
# install program.
|
||||||
##end
|
##end
|
||||||
#
|
#
|
||||||
##variable
|
##variable
|
||||||
# CPACK_NSIS_MUI_UNIICON - The icon file (.ico) for the generated
|
# CPACK_NSIS_MUI_UNIICON - The icon file (<dot>ico) for the generated
|
||||||
# uninstall program.
|
# uninstall program.
|
||||||
##end
|
##end
|
||||||
#
|
#
|
||||||
##variable
|
##variable
|
||||||
|
# CPACK_NSIS_INSTALLER_MUI_ICON_CODE - undocumented.
|
||||||
|
##end
|
||||||
|
#
|
||||||
|
##variable
|
||||||
# CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra NSIS commands that will
|
# CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra NSIS commands that will
|
||||||
# be added to the install Section.
|
# be added to the install Section.
|
||||||
##end
|
##end
|
||||||
|
@ -40,7 +44,8 @@
|
||||||
##end
|
##end
|
||||||
#
|
#
|
||||||
##variable
|
##variable
|
||||||
# CPACK_NSIS_MODIFY_PATH - If this is set to "ON", then an extra page
|
# CPACK_NSIS_MODIFY_PATH - Modify PATH toggle.
|
||||||
|
# If this is set to "ON", then an extra page
|
||||||
# will appear in the installer that will allow the user to choose
|
# will appear in the installer that will allow the user to choose
|
||||||
# whether the program directory should be added to the system PATH
|
# whether the program directory should be added to the system PATH
|
||||||
# variable.
|
# variable.
|
||||||
|
|
Loading…
Reference in New Issue