Build the INSTALL target. Right click it and choose "Project Only > Build Only INSTALL"<br><br>I would install NSIS and build the PACKAGE target to create my own installer. Then the installer can be used on any Windows machine to set it up.
<br><br><br><div><span class="gmail_quote">On 1/8/08, <b class="gmail_sendername">Jesse Corrington</b> <<a href="mailto:jesse.corrington@gmail.com">jesse.corrington@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
When I set the Install target as the startup project and run from inside visual studio I just get the dialog asking me to specify an executable for the debugging session.<div><span class="e" id="q_1175af52a99a6b5c_1"><br>
<br><div class="gmail_quote">On Jan 8, 2008 11:20 AM, Bill Hoffman <
<a href="mailto:bill.hoffman@kitware.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bill.hoffman@kitware.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
Jesse Corrington wrote:<br>> Yes, the binary from kitware does work, but I have added to cmake, so I<br>> need to use my own binary. Using my binary with the dll's that the<br>> kitware one installed still didn't work. I'm not sure how to do a make
<br>> install. To build I generated the VS2005 project files and built the<br>> exes, but this doesn't generate any installer. Thanks<br>><br><br></div>Run the INSTALL target from visual studio. You may want to change
<br>CMAKE_INSTALL_PREFIX before, as it will default install into program<br>files. Then copy the install tree and use that. Use cpack to create an<br>installer. Build the PACKAGE target or do this:<br><br>cd binary-tree
<br>cpack<br><font color="#888888"><br>-Bill<br><br></font></blockquote></div><br>
</span></div><br>_______________________________________________<br>CMake mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:CMake@cmake.org">CMake@cmake.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">
http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>