I came across this tutorial, it said:
“If you have source control you have to include the FilesFragment.wxs< br> into your project but remove its source control binding. “
Is this possible in TFS 2010 using VS2010?
In VS, Go to File Menu/Source Control/Exclude File from Source Control.
This method only allows you to execute this one file at a time.
The file will still be in your project , And is not under source control.
I am adding a WIX project to my solution, and I am using HEAT to create a file list. Unless the file list is checked out ( wxs), otherwise I have not been able to make the build work.
I came across this tutorial, it said:
“If you have source control you have to include the FilesFragment.wxs
into your project but remove its source control binding. “
Is this possible in TFS 2010 using VS2010?
Click/select the file.
In VS, go to the file menu/source control from the source control /Exclude file.
This method only allows you to execute this one file at a time.
The file will still be in your project and not under source control.