I'm trying to get an icon to show in Windows "Programs and features", registry should 
contain a "DisplayIcon" entry pointing to the icon
to show. But CPack generates only:

 ; Optional registration
 Push "DisplayIcon"
 Push "$INSTDIR\"
 Call ConditionalAddToRegisty

which of course will make "Programs and features" show no icon at all. So the question is, how do I tell CPack to create a correct path ?

TIA
/Rob
_______________________________________________
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