Re: [CMake] custom NSIS installer

2013-05-07 Thread Lloyd
On Tue, May 7, 2013 at 4:22 AM, David Golub golu...@gmail.com wrote: Just put your NSIS.template.in in the root of your source tree along with CMakeLists.txt. CMake will detect your file and use it instead of the one in the CMake installation. ** ** David Golub I would like to

Re: [CMake] custom NSIS installer

2013-05-07 Thread Bill Hoffman
On 5/7/2013 8:20 AM, Lloyd wrote: On Tue, May 7, 2013 at 4:22 AM, David Golub golu...@gmail.com mailto:golu...@gmail.com wrote: Just put your NSIS.template.in http://NSIS.template.in in the root of your source tree along with CMakeLists.txt. CMake will detect your file and use

[CMake] custom NSIS installer

2013-05-06 Thread Lloyd
I have read this - http://www.cmake.org/Wiki/CMake:CPackNSISAdvancedTips - wiki article about executing custom nsis script. It states that... To start work on a custom NSIS script, simply create a file (or copy) into your module path (e.g. CPACK_MODULE_PATH) called NSIS.template.in. Checking

Re: [CMake] custom NSIS installer

2013-05-06 Thread John Drescher
It states that... To start work on a custom NSIS script, simply create a file (or copy) into your module path (e.g. CPACK_MODULE_PATH) called NSIS.template.in. Checking the cmake documentation, there is no predefined variable named CPACK_MODULE_PATH. I could find a NSIS.template.in. in

Re: [CMake] custom NSIS installer

2013-05-06 Thread Eric Noulard
2013/5/6 Lloyd lloydkl.t...@gmail.com: I have read this - http://www.cmake.org/Wiki/CMake:CPackNSISAdvancedTips - wiki article about executing custom nsis script. It states that... To start work on a custom NSIS script, simply create a file (or copy) into your module path (e.g.

Re: [CMake] custom NSIS installer

2013-05-06 Thread David Golub
, 2013 8:35 AM To: CMake ML Subject: [CMake] custom NSIS installer I have read this - http://www.cmake.org/Wiki/CMake:CPackNSISAdvancedTips - wiki article about executing custom nsis script. It states that... To start work on a custom NSIS script, simply create a file (or copy) into your