[CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

NoRulez norulez at me.com
Fri Nov 18 02:38:18 EST 2011


Hi,

 

sorry, I forgot to add the CMake/CPack Version.

I use cmake v2.8.6

 

Best Regards

 

Von: cmake-bounces at cmake.org [mailto:cmake-bounces at cmake.org] Im Auftrag von NoRulez
Gesendet: Donnerstag, 17. November 2011 10:46
An: CMake MailingList
Betreff: [CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

 

Hi,

the  issue (http://public.kitware.com/Bug/view.php?id=11144) is already closed but the problem still exists.

 

If I use the following:

SET(CPACK_NSIS_MUI_FINISHPAGE_RUN "${PROJECT_NAME}.exe")

 

Then the file project.nsi contains the following string and the application isn’t launched:

!define MUI_FINISHPAGE_RUN "$INSTDIR\bin\MyProject"

 

If I use the following string instead to temporary fix the issue:

SET(CPACK_NSIS_MUI_FINISHPAGE_RUN "..\\\\${PROJECT_NAME}.exe")

 

Then the file contains:

!define MUI_FINISHPAGE_RUN "$INSTDIR\bin\..\MyProject"

 

With this the Application is launched successfully.

Any hints to avoid the “dirty” hack?

 

Best Regards

NoRulez

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20111118/c2566362/attachment.htm>


More information about the CMake mailing list