views:

1140

answers:

2

Does anyone know how you can install/run the TFS Team Explorer in stand alone mode when Visual Studio 2008 is installed on the same machine?

Additional Information: I should have been a little more clear in my question. I'm trying to access the Work Items.

+4  A: 

The TFS Team Explorer will always integrate with a version of Visual Studio (apart from Express) if it is installed and there is no way of running it stand-alone.

If you install the TFS 2008 Power Tools, then you can have it so that you get Windows Explorer integration for TFS which many people enjoy. You might also want to look at Team System Web Access to provide a mechanism for accessing TFS from just a web browser (but obviously doesn't include full version control capabilities)

Finally, the company I work for has a completely standalone TFS client called Teamprise Explorer that is implemented in Java, however this is a commercial product.

Hope that helps,

Martin.

Martin Woodward
The Windows Explorer integration from the Power Tools is great and is very helpful.I took a look at the Teamprise Explorer; really nice. But, being a Visual Studio user I just didn't see much need for it.
Chad Green
+2  A: 

The answer is that there really isn't a standalone version. When you install VS Team Explorer on a machine without Visual Studio, the installer will install a Visual Studio shell. Then, when you run Team Explorer in standalone mode, you are actually running a Visual Studio shell.

Martin had a good point about Team System Web Access, which probably would do the job nicely. Plus it has the added benefit that it allows non Visual Studio users access to work items. But, it was decided that it was too much trouble to get permission to install it here (working for the US Army can have its issues).

My solution for now is to run another instance of Visual Studio and access the Team Explorer tools from there.

Chad Green