Re: [WiX-users] Hello and a few question about some of the tools (tallow, heat and clickthru)

2007-08-16 Thread Richard.Foster
ay, August 16, 2007 6:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Hello and a few question about some of the tools (tallow, heat and clickthru) Hello to all in the group, I'm looking at using WiX to create MSIs for deploying binaries, web content and anything else we need to.

Re: [WiX-users] Hello and a few question about some of the tools (tallow, heat and clickthru)

2007-08-16 Thread Alexei
Sounds like you could use tallow with the -d switch. eg: tallow -d C:\WiX > wix.wxs Note that without the reditection (">") it will simply spit the document out into the command prompt. By including that wxs file within another wxs file you will be able to reference all of the components in there

[WiX-users] Hello and a few question about some of the tools (tallow, heat and clickthru)

2007-08-16 Thread Matt . Thompson
Hello to all in the group, I'm looking at using WiX to create MSIs for deploying binaries, web content and anything else we need to. There's nothing complex, just take the files created by the build and package them so they can be easily deployed to servers. The install is a glorified xcopy reall