Build the INSTALL target. Right click it and choose &quot;Project Only &gt; Build Only INSTALL&quot;<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> &lt;<a href="mailto:jesse.corrington@gmail.com">jesse.corrington@gmail.com</a>&gt; 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 &lt;
<a href="mailto:bill.hoffman@kitware.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bill.hoffman@kitware.com</a>&gt; 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>&gt; Yes, the binary from kitware does work, but I have added to cmake, so I<br>&gt; need to use my own binary. Using my binary with the dll&#39;s that the<br>&gt; kitware one installed still didn&#39;t work. I&#39;m not sure how to do a make
<br>&gt; install. To build I generated the VS2005 project files and built the<br>&gt; exes, but this doesn&#39;t generate any installer. Thanks<br>&gt;<br><br></div>Run the INSTALL target from visual studio. &nbsp;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. &nbsp;Use cpack to create an<br>installer. &nbsp;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>