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.<br><br><div class="gmail_quote">On Jan 8, 2008 11:20 AM, Bill Hoffman &lt;
<a href="mailto:bill.hoffman@kitware.com">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 class="Ih2E3d">
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>