Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

How to Package and deploy Visual Studio 2005 Team Explorer Application

Created: 20 Jul 2009
WiseUser's picture
0 0 Votes
Login to vote

How to Package and deploy Visual Studio Team Explorer Application

1. Recording the installation

..\Setup\Setup.exe /CreateUnattend C:\temp\Install.ini

This Will create a unattend file named install.ini

2. Installing it silently

..\Setup\setup.exe /UnattendFile c:\temp\install.ini

This Will run the installation silently with settings in install.ini