Microsoft Visual Studio 2010 Express 10
Here's several command lines without using a configuration .ini which installs Visual Studio Pro with Sp1 and a patch: Visual Studio Pro 2010\Setup\setup.exe /q /norestart VS2010SP1\setup.exe… Read More
If you'd prefer to use the extracted MSI's that is also an option. As before this batch file will not include SQL components not required for a basic deployment of Visual Studio. A full list … Read More
Visual Studio 2010 Express requires you to register after thirty days, to avoid being locked out: You need to register each program in the suite, then go to each setup.sdb and put in the respe… Read More
If you install Visual Studio Express 2010 via vs_setup.msi use the Public Property NOVSUI=1 to get rid of the "To install this product, please run Setup.exe" message. Read More
What a crock... The VC 2008 runtime MSI part of the installation is broken and, since VS 2010 Express will ignore anything other than v9.0.30729.4974, one has to persevere. The recalcitrant en… Read More
To install the full suite extract all of the program folders from the suite image and use the following script: start /wait VBExpress\setup.exe /q /norestart start /wait VCExpress\setup.exe /q… Read More