[CMake] Custom NSIS script

2008-12-25 Thread Yevgen Muntyan
Hello and Merry Christmas, I've got a question: how to use my custom NSIS script with CMake+CPack? Namely, I want the 'make package' which you get after using INCLUDE(CPack) to install files and then use myownscript.nsi to actually invoke makensis. I can do that by doing something like make insta

[CMake] How to set Windows DLL version information

2008-12-25 Thread sherman wilcox
Hi, I am trying to find information about how to add version information to Windows DLLs. Something like adding a resource to the DLL so that specific version information (product version, name, etc.) shows up when the DLL properties are displayed. Simple file-version resource stuff (VS_VERSIONINFO