The WiX toolset has Nant tasks. Those Nant tasks are used to build the WiX .msi. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gourlay, Colin Sent: Thursday, May 24, 2007 9:05 AM To: Ryan Lovelett; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] NAnt and WiX
> I cannot find on NAnt or NAntcontrib that implements the WiX <candle> >tasks To the best of my knowledge an implementation in NAnt does not exist - however you could use the <exec> task like so... <target name="compile-source-files"> <echo message="Compiling the WiX source files..."/> <sleep seconds="${delay.between.displayed.console.messages}"/> <exec program="candle" commandline="-ext WixNetFxExtension ${wix-installer-source-file}"/> </target> Hope this helps Colin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Lovelett Sent: 18 May 2007 01:23 To: wix-users@lists.sourceforge.net Subject: [WiX-users] NAnt and WiX How do you install WiX tasks for NAnt? I cannot find on NAnt or NAntcontrib that implements the WiX <candle> tasks. Thanks, Ryan ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users