Re: [CMake] About CPack

2006-10-10 Thread Andy Cedilnik
Hello Alan, A#1: You can overwrite several aspects of NSIS installer. You can look in CMake/Modules/NSIS.template.in. If you want to do something even more complicated, you can even overwrite NSIS.template.in by placing a file with that name in your Source tree and then when running cpack add

[CMake] About CPack

2006-10-10 Thread alan.prat
Hi, I have some question about how CPack works under windows. Firstly, how can I control NSIS with CPack to allow the choice of installing some sub packages ? Secondly, in the case of Visual Studio, I don't have the target for building the source package ! How can I have the package for th