<div dir="ltr">You&#39;ll want to write a new C++ subclass of cmCPackGenerator, naming it cmCPackWIXGenerator to follow the existing naming convention of the other generators.<div><br></div><div>You&#39;ll need to add code the CMake/Source/CPack/cmCPackGeneratorFactory.cxx to expose it to the world.</div>
<div><br></div><div>And you&#39;ll need to add code to CMake/Modules/CPack.cmake to expose any options and add a switch for it.</div><div><br></div><div>You can add a feature request for a WIX generator at <a href="http://public.kitware.com/Bug">http://public.kitware.com/Bug</a> and then attach a patch to it if you can get it working.</div>
<div><br></div><div>Questions to this list as you go...</div><div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div><div><br><div class="gmail_quote">On Tue, Sep 2, 2008 at 8:11 AM, Sean Farrow <span dir="ltr">&lt;<a href="mailto:sean.farrow@seanfarrow.co.uk">sean.farrow@seanfarrow.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi;<br>
I&#39;d like to extend the cmake build system to use the windows installer<br>
xml system. Could somebody give me pointers as to how to do this?<br>
Chers<br>
Sean.<br>
<br>
<br>
__________ Information from ESET NOD32 Antivirus, version of virus<br>
signature database 3407 (20080902) __________<br>
<br>
The message was checked by ESET NOD32 Antivirus.<br>
<br>
<a href="http://www.eset.com" target="_blank">http://www.eset.com</a><br>
<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div></div>