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
-- 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://www.cmake.org/mailman/listinfo/cmake