Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-15 Thread Farrukhw
Jup.. And as usual, a developer like me found that by hit and trial researching.. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/TFS-Wix-can-t-see-its-source-files-if-using-TfvcTemplate-12-xaml-tp7597267p7597326.html Sent from the wix-users maili

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-15 Thread John Cooper
arru...@gmail.com] Sent: Wednesday, October 15, 2014 3:09 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml. So, finally I was able to solve this after a whole day struggle. Like Digg a mountain and got a mice :).

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-15 Thread Farrukhw
So, finally I was able to solve this after a whole day struggle. Like Digg a mountain and got a mice :). Actually TfvcTemplate.12.xaml seems to be executing MsBuild with parallel processing enabled (/m), while in my VS Solution, Wix project was added independently i.e. in Build Order it was the la

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-13 Thread Farrukhw
I've posted the code and log as well. I tested this with a small C# application with no dependency to build or import/copy/install i.e. just a simple application. And tested with TfvcTemplate as well as old DefaultTemplate, and facing same issue i.e. building on older DefaultTemplate while only Wix

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-13 Thread John Cooper
oo...@jackhenry.com -Original Message- From: Farrukhw [mailto:farru...@gmail.com] Sent: Monday, October 13, 2014 10:50 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml. I've set to Unrestricted for the sake

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-13 Thread John Cooper
| Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Farrukhw [mailto:farru...@gmail.com] Sent: Monday, October 13, 2014 10:29 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml. Well, I got it

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-13 Thread Farrukhw
I've set to Unrestricted for the sake for making things run. But it is even failing when no script is specified, i.e. simply building Solution just as we were doing in older DefaultTemplate... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/TFS-Wi

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-13 Thread Farrukhw
Well, I got it with 2013 actually and I'm trying to run a script for versioning, just according to this msdn article and it is working just as guided and expected. But Wix's behavior is not as expected. However, I do have a Wix project on

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-13 Thread John Cooper
ssociates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Farrukhw [mailto:farru...@gmail.com] Sent: Monday, October 13, 2014 7:42 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] TFS: Wix can't see its source files if using TfvcTe

[WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-13 Thread Farrukhw
I need to use TfvcTemplate.12.xaml because of its Pre and Post build script execution support and I need to run a Powershell script as PreBuild event. On TFS 2013, Building a Wix project using old DefaultTemplate.xaml works fine. While trying to build using new default template TfvcTemplate.12.xam