The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14578 
====================================================================== 
Reported By:                Bjoern Thiel
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14578
Category:                   CPack
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-11-18 04:19 EST
Last Modified:              2013-11-18 04:19 EST
====================================================================== 
Summary:                    More consistent paths for
CPACK_NSIS_CREATE_ICONS_EXTRA and CPACK_NSIS_DELETE_ICONS_EXTRA
Description: 
To get more consistent paths for CPACK_NSIS_CREATE_ICONS_EXTRA and
CPACK_NSIS_DELETE_ICONS_EXTRA e.g.
  set( CPACK_NSIS_CREATE_ICONS_EXTRA "
    CreateShortCut \\
      \"$SMPROGRAMS\\$STARTMENU_FOLDER\\@[email protected]\" \\
      \"$INSTDIR\\bin\\${architecture}\\@[email protected]\"" )
  set( CPACK_NSIS_DELETE_ICONS_EXTRA "
    Delete \"$SMPROGRAMS\\$STARTMENU_FOLDER\\@[email protected]\"
I suggest to cleanup NSIS.template.in.
Otherwise the second has to be
  set( CPACK_NSIS_DELETE_ICONS_EXTRA "
    Delete \"$SMPROGRAMS\\$START_MENU\\@[email protected]\"

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-11-18 04:19 Bjoern Thiel   New Issue                                    
2013-11-18 04:19 Bjoern Thiel   File Added: NSIS.template.in.patch              
     
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to