Re: [WiX-users] Automatically 'harvest' files in VS 2013

2014-10-30 Thread John Cooper
land [mailto:phogl...@rimage.com] Sent: Thursday, October 30, 2014 3:24 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Automatically 'harvest' files in VS 2013 Brian the Wix documentation defines both a "HeatDirectory Target" and a "HeatDirectory Task". I have

Re: [WiX-users] Automatically 'harvest' files in VS 2013

2014-10-30 Thread Phill Hogland
Brian the Wix documentation defines both a "HeatDirectory Target" and a "HeatDirectory Task". I have only used the "HeatDirectory Task" (from within BeforeBuild) in part because I call the task more than once to get different source folder trees. When doing a wix build with VS logging set to Diag

Re: [WiX-users] Automatically 'harvest' files in VS 2013

2014-10-30 Thread Asbjørn Mikkelsen
elopment > > Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: 431050 | > > jocoo...@jackhenry.com > > > > > > > > -Original Message- > > From: Phill Hogland [mailto:phogl...@rimage.com] > > Sent: Thursday, October 30, 2014 10

Re: [WiX-users] Automatically 'harvest' files in VS 2013

2014-10-30 Thread Brian Enderle
ing > Development > Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: 431050 | > jocoo...@jackhenry.com > > > > -Original Message- > From: Phill Hogland [mailto:phogl...@rimage.com] > Sent: Thursday, October 30, 2014 10:43 AM > To: wix-users@lists.sourceforge

Re: [WiX-users] Automatically 'harvest' files in VS 2013

2014-10-30 Thread John Cooper
hill Hogland [mailto:phogl...@rimage.com] Sent: Thursday, October 30, 2014 10:43 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Automatically 'harvest' files in VS 2013 Is the discussion possibly confusing the use of the HarvestDirectory target (called in the Wix buil

Re: [WiX-users] Automatically 'harvest' files in VS 2013

2014-10-30 Thread Phill Hogland
Is the discussion possibly confusing the use of the HarvestDirectory target (called in the Wix build process) and the HarvestDirectory task (which I also call from a custom target which the BeforeBuild target depends on, as some blogs suggest)? -- View this message in context: http://windows-in

Re: [WiX-users] Automatically 'harvest' files in VS 2013

2014-10-30 Thread John Cooper
, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Brian Enderle [mailto:bria...@gmail.com] Sent: Thursday, October 30, 2014 9:30 AM To: WiX Users Subject: [WiX-users] Automatically 'harvest' files in VS 2013 I currently use a call to to harvest

[WiX-users] Automatically 'harvest' files in VS 2013

2014-10-30 Thread Brian Enderle
I currently use a call to to harvest all the files from a specific folder (i.e., SQL command scripts) like so: One my co-workers today thought he was doing the same thing but not by creating the BeforeBuild event. He thought there was something in the VS 2013 interface that allowed him to sp