[Cmake-commits] [cmake-commits] david.cole committed NSIS.template.in 1.38 1.39

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Oct 4 14:19:47 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv12715/Modules

Modified Files:
	NSIS.template.in 
Log Message:
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.


Index: NSIS.template.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/NSIS.template.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -C 2 -d -r1.38 -r1.39
*** NSIS.template.in	24 Sep 2009 18:59:24 -0000	1.38
--- NSIS.template.in	4 Oct 2009 18:19:43 -0000	1.39
***************
*** 706,713 ****
    Call ConditionalAddToRegisty
  
- @CPACK_NSIS_EXTRA_INSTALL_COMMANDS@
-   
    !insertmacro MUI_STARTMENU_WRITE_END
  
  SectionEnd
  
--- 706,713 ----
    Call ConditionalAddToRegisty
  
    !insertmacro MUI_STARTMENU_WRITE_END
  
+ @CPACK_NSIS_EXTRA_INSTALL_COMMANDS@
+ 
  SectionEnd
  



More information about the Cmake-commits mailing list