Fix issue #8649 - move the location of CPACK_NSIS_EXTRA_INSTALL_COMMANDS so that it is not excluded from execution when 'Do not create shortcuts' is checked.

This commit is contained in:
David Cole 2009-10-04 14:19:43 -04:00
parent b3040beb41
commit b272c61945
1 changed files with 2 additions and 2 deletions

View File

@ -705,10 +705,10 @@ Section "-Core installation"
Push "$INSTALL_DESKTOP"
Call ConditionalAddToRegisty
@CPACK_NSIS_EXTRA_INSTALL_COMMANDS@
!insertmacro MUI_STARTMENU_WRITE_END
@CPACK_NSIS_EXTRA_INSTALL_COMMANDS@
SectionEnd
Section "-Add to path"