/? - Display command line parameters. /q - Quiet Mode. UI is entirely suppressed. /remove - Uninstalls the product. Works ...

/?		- Display command line parameters.
/q		- Quiet Mode. UI is entirely suppressed.
/remove		- Uninstalls the product. Works in quiet mode only.
/f		- Repairs the product. Works in quiet mode only.
/full		- Installs all features. Works in quiet mode only.
/norestart  	- Never restart option. The installer never restarts the
		  computer after the installation. Setup will still 
		  return 3010 if a reboot is required.
/NoEventLog	- Used to turn off event logging.
/NoErrorLog	- Used to turn off error logging.

/CreateUnattend filename.ini	     - Create unattend file named filename.ini.
/UnattendFile filename.ini	     - Run in unattended mode with
			        settings in filename.ini.
/CreateTransform="filename.mst" - Configure the installation and
			        save the configuration in the 
			        specified transform file.

For more information on installing Visual Studio please refer to:
"http://go.microsoft.com/fwlink/?LinkId=132183"