[CMake] Install commands/shortcuts for the windows explorer

2012-03-03 Thread norulez
Hi, Is there an easy way to add/create a windows context menu entry with CMake/nsis? If someone has this already done before, maybe this can be explained. Thanks in advance Best Regards NoRulez -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/o

Re: [CMake] Install commands/shortcuts for the windows explorer

2012-03-05 Thread David Cole
This is for menu items in the Windows Start menu. Is that what you mean? See the file CMakeCPackOptions.cmake.in in CMake's own source tree that has code in it like this: if(CPACK_GENERATOR MATCHES "NSIS") ... SET(CPACK_NSIS_MENU_LINKS # ... pairs of (filenames or urls, text for menu ite