[CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

NoRulez norulez at me.com
Thu Nov 17 04:46:25 EST 2011


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/20111117/0464be91/attachment-0001.htm>


More information about the CMake mailing list