Hi, I want to generate multiple Windows installers with CPack / NSIS (CMake v3.5.2).
Each one will embed the same executable (same CMake project) but with different configurations and documents. I tried with separated components and played with many options like - CPACK_NSIS_MONOLITHIC_INSTALL - CPACK_NSIS_COMPONENT_INSTALL - CPACK_ARCHIVE_COMPONENT_INSTALL with no success, I always get a single .exe installer file... Is it possible with CPack / NSIS directly? -Trystan
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake