You'll want to write a new C++ subclass of cmCPackGenerator, naming it cmCPackWIXGenerator to follow the existing naming convention of the other generators. You'll need to add code the CMake/Source/CPack/cmCPackGeneratorFactory.cxx to expose it to the world.
And you'll need to add code to CMake/Modules/CPack.cmake to expose any options and add a switch for it. You can add a feature request for a WIX generator at http://public.kitware.com/Bug and then attach a patch to it if you can get it working. Questions to this list as you go... HTH, David On Tue, Sep 2, 2008 at 8:11 AM, Sean Farrow <[EMAIL PROTECTED]>wrote: > Hi; > I'd like to extend the cmake build system to use the windows installer > xml system. Could somebody give me pointers as to how to do this? > Chers > Sean. > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 3407 (20080902) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > _______________________________________________ > CMake mailing list > [email protected] > http://www.cmake.org/mailman/listinfo/cmake >
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
