Deployment Tip Summary
Hi guys, I was looking for a way to prevent the installation of the SQL Express Server in Visual Studio 2010 C++ Express and could manage it like this: Baseline.dat Changed the values for this components like that: gencomp37, gencomp38, gencomp39, gencomp40 ComponentType=0 DefaultSelected=0 Setup.sdb Remove this entries: gencomp37, gencomp38, gencomp39, gencomp40 vs_setup.pdi Remove this entries: gencomp37, gencomp38, gencomp39, gencomp40 Probably not all these steps are necessary, but it works.
Command Line
Here's several command lines without using a configuration .ini which installs Visual Studio Pro 2010 with Sp1 and a patch:
Visual Studio Pro 2010\Setup\setup.exe /q /norestart
VS2010SP1\setup.exe /q /norestart
Post Sp1 Patch\VS10SP1-KB2529927-v2-x86 /quiet /norestart
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty:
unspecified
Platform(s): Windows