Re: [CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

2011-11-18 Thread David Cole
, 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

Re: [CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

2011-11-18 Thread David Cole
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

Re: [CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

2011-11-18 Thread David Cole
v2.8.6 Best Regards Von: cmake-boun...@cmake.org [mailto:cmake-boun...@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

Re: [CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

2011-11-18 Thread norulez
Thanks, set(CPACK_NSIS_EXECUTABLES_DIRECTORY .) This solves the problem. Best Regards Am 18.11.2011 um 13:08 schrieb David Cole david.c...@kitware.com: set(CPACK_NSIS_EXECUTABLES_DIRECTORY .) -- Powered by www.kitware.com Visit other Kitware open-source projects at

[CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

2011-11-17 Thread NoRulez
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:

[CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

2011-11-17 Thread NoRulez
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:

Re: [CMake] Problems with CPack/NSIS and CPACK_NSIS_MUI_FINISHPAGE_RUN

2011-11-17 Thread NoRulez
Hi, sorry, I forgot to add the CMake/CPack Version. I use cmake v2.8.6 Best Regards Von: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] Im Auftrag von NoRulez Gesendet: Donnerstag, 17. November 2011 10:46 An: CMake MailingList Betreff: [CMake] Problems with CPack/NSIS