I am trying install Visual Studio 2008 , Then Team Explorer and then Visual Studio 2008 SP1 in sequence. I am using the below on a .cmd file,
X:\VS2008\Setup\setup.exe /full /norestart /q
X:\VS2008TeamExplorer\setup.exe /full /norestart /q
X:\VS2008SP1ENUX1512962\vs90sp1\SPInstaller.exe /passive /norestart
I want the Team Explorer setup to start only after the VS setup is done and then the SP1 Setup. currently they start all at once and i dont have a control. Am I missing something?
My second question is, can we have VS 2008 automated installation show UI with disabled controls (something like /QUIETSIMPLE that works for SQL Server installation)?
Regards-
Muralidhar |
If my response helped, please help me by marking my response as the answer and voting as appropriate...