Microsoft Visual Studio 10
Using the VS2010\vs_setup.msi you can use the following commands for unattended install / unattended uninstall: unattended install: msiexec.exe /q ALLUSERS=2 /m MSIIIBOJ /i "vs_setup.msi" … Read More
If you sing Microsoft SCCM and want a complete and silent install just choose the .exe and choose silent as the option in SCCM. No need for any other command line settings. The software will in… Read More
The command-line for dwshared20.msi is not "some random guid", but rather: dw20shared.msi APPGUID={34C8AA92-6E3B-3890-8312-6156FE95F9BF} ALLUSERS=2 REBOOT=ReallySuppress /qn Read More
After you did these steps from "ns_hh" (6/18/2010) Create a unattend file: VS2010\setup\setup.exe /CreateUnattend [yourserver]\VS2010_install.ini Configure und click through it. To use: VS20… Read More
To avoid reboots and do a complete default install Step1: Win7 x64: vs2010\WCU\MSI\Windows6.0-KB958655-v2-x64.msu /norestart /quiet XP x86: \vs2010\WCU\MSI\WindowsXP-KB942288-v3-x86.exe /nores… Read More
A great number of the command lines and even a few of the filenames do not correspond to the real ones in the package. You will have to go through them one at a time and test them to ensure th… Read More