Re: [WiX-users] Heat and msbuild

2009-03-19 Thread Brian Rogers
Hey Nick, Try this: In order to include your own switch you should add a reference to WixTasks.dll in your project. You could then inherit from HeatDirectory and you just need to add your own value. Look here for an example ( http://wix.cvs.sourceforge.net/viewvc/wix/wix/src/WixTasks/he

Re: [WiX-users] Heat and msbuild

2009-03-19 Thread Castro, Edwin (Hillsboro)
> Sent: Thursday, March 19, 2009 8:34 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Heat and msbuild > > Hi All, > > > > I'm trying to find out how I can add a task to a wixproj file that will > call heat, something like this: > > > > heat di

[WiX-users] Heat and msbuild

2009-03-19 Thread Nick Ball
Hi All, I'm trying to find out how I can add a task to a wixproj file that will call heat, something like this: heat dir "Folder" -gg -sfrag -template:module -out "heat.wxs" And additionally, I've written a heat extension that writes the module name, which I've specified with a -m tag.