Unattended installation of Visual Studio 2005 Team Explorer

    If you have a team working on a dotnet project having members more then 5, installation of Visual Studio 2005 Team Explorer would be a time consuming process. So you’ve probably gonna love following trick

With the help of following comman-line parameter, you may create an ini file that shows how to install Team Explorer :

<Path to your Team Foundation installation>\tfc\setup.exe /createunattend <path to create ini file>

  
    That will start usuall installation of TE; simply configure and enter your product keys. Nothing is different that normal installation process, except on completion page you gonna see the following exception:
            Team Explorer unattended INI creation error
    In fact, it a fake exception, simply ignore it. You’ve done; now you can run your installation on unattanded mode with the following command-line parameters :

<Path to your Team Foundation installation>\tfc\setup.exe /unattendfile <your created ini file>

    Note that unattended mode is not officially supported by Microsoft.

Related posts:

  1. Generating Registery Entries for Your VSIP package Installer
  2. Quick Open Add-in for Visual Studio
  3. Visual Studio 2005 Deneysel kayıt Kütüğünü Sıfırlamak
  4. How to Pause Visual Studio Splash Screen
  5. How to Restrict Internet Explorer Control Panel Settings
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!

Leave a Reply