<div>I don&#39;t have that much experience in windows but I have used cpack and nsis to make a single click exe for other qt applications, I would expect that if you hacked around with nsis/cpack you could do the same no matter compiler you use.</div>

<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Thu, Feb 28, 2008 at 2:35 PM, Mike Jackson &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I can _compile_ paraview just fine. I need to deploy to users who do<br>NOT have admin rights on their machines. This necessitates a Drag and<br>
drop installation, which you can do with MSVC2003.net because you can<br>simply put the c runtime libraries next to the executable and you are<br>good to do. With VS2005, MS introduced versioning with their c runtime<br>libs and now you can not simply put the c runtime libs next to the<br>
executable. Your uses have to run some &quot;redistributable.exe&quot; thing<br>first, which requires admin rights on the local machine.<br><br><a href="http://www.itwriting.com/blog/?postid=261" target="_blank">http://www.itwriting.com/blog/?postid=261</a> &nbsp; explains in painstaking<br>
detail the problems.<br><br>A while ago when I tried to compile HDF5 with MinGW there were lots of<br>problems. I don&#39;t know if those have been solved by the paraview<br>group, which is what prompted me to ask before I spend days trying to<br>
get something to work that just wont.<br><br>Thanks<br><font color="#888888">Mike<br></font>
<div>
<div></div>
<div class="Wj3C7c"><br>On Thu, Feb 28, 2008 at 2:34 PM, Robert Maynard<br>&lt;<a href="mailto:robertjmaynard@gmail.com">robertjmaynard@gmail.com</a>&gt; wrote:<br>&gt; You could use cmake and cpack to make a custom exe that includes all<br>
&gt; your changes on a single machine and then distribute that. &nbsp;I have<br>&gt; compiled Paraview in VS2005 without problem<br>&gt;<br>&gt;<br>&gt; Mike Jackson wrote:<br>&gt; &gt; is anyone using MinGW to compile ParaView cvs? Turns out I only have<br>
&gt; &gt; the Standard version of VS2003.net so there is no optimization<br>&gt; &gt; allowed. I am thinking of alternatives. I have VS2005 Pro except I<br>&gt; &gt; really need something that can produce a drag and drop installation.<br>
&gt; &gt; Our users do not have local admin on their machines to use an actual<br>&gt; &gt; installer.<br>&gt; &gt;<br>&gt; &gt; Any comments are most welcome.<br>&gt; &gt;<br>&gt; &gt; Thanks<br>&gt; &gt;<br></div></div>
</blockquote></div><br>