Hi List,

When packaging my project, i want my project in the start menu to be organised
in several directories  :

In  the windows StartMenu i'd like to have something like that :

StartMenu -> Programs -> MyProject ->   Directory1 -> {My stuffs 1}
Directory2 -> {My stuffs 2}
                                                                  Uninstall

Here what i did : - I edit the variable CPACK_PACKAGE_EXECUTABLES with the executables name and their label :
   "exe1"  "Description of exe1"
    ....
- In case of Windows, i used CPACK_NSIS_MENU_LINKS to have my shortcuts in the startmenu. Here is the point; i did not succed to use this macro to get the subdirectories organisation.
  but i have all the executables in the root directory MyProject :

 StartMenu -> Programs -> MyProject ->   My stuffs 1
My stuffs 2 Uninstall

Any hints to do that?
Thanks

Otmane
_______________________________________________
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

Reply via email to