User Tools

Site Tools


microsoft:visualstudio

Microsoft - Visual Studio

Setup parameters

Microsoft Visual Sutdio 2008 setup parameters:

OptionFunction
/?Display command line parameters.
/qUI is entirely suppressed.
/removeUninstalls product.
/fRepairs a product. This will repair all components that are installed.
/full Installs all features. Works in quiet mode only.
/norestartNever restart option. The installer never restarts the computer after the installation. Setup will still return 3010 if a reboot is required.
/CreateUnattend filename.iniCreate unattended file named filename.ini
/UnattendFile filename.iniRun in unattended mode with settings in filename.ini.
/NoEventLogUsed to turn off event logging.
/NoErrorLogUsed to turn off error logging.
/CreateTransform=“filename.mst”Configure the installation and save the configuration in the specified transform file.

Bron: ./setup/setup.exe /?

Visual Studio Redistributables

2005 SP1

---------------------------
Microsoft Visual C++ 2005 Redistributable (x86)
---------------------------
Command line options:

/Q -- Quiet modes for package,

/T:<full path> -- Specifies temporary working folder,

/C -- Extract files only to the folder when used also with /T.

/C:<Cmd> -- Override Install Command defined by author.

---------------------------
OK   
---------------------------

2008 SP1

---------------------------
Usage
---------------------------
Usage:

/l <logname.txt> :Name of verbose msi log

/lang <xxxx>     :4-digit language code

/q               :Quiet install mode

/qu              :Quiet uninstall mode

/?               :Show the Usage dialog
---------------------------
OK   
---------------------------

2010 SP1

---------------------------
Microsoft Visual C++ 2010  x86 Redistributable Setup
---------------------------
Usage:		Setup [switches] 

		All switches are optional. 



/CEIPconsent - Optionally send anonymous feedback to improve the customer experience. 

/chainingpackage <name> - Optionally record the name of a package chaining this one. 

/createlayout <full path> - Download all files and associated resources to the specified location. Perform no other action.  * Disabled * 

/lcid - Set the display language to be used by this program, if possible. Example: /lcid 1031 

/log <file | folder> - Location of the log file. Default is the process temporary folder with a name based on the package. 

/msioptions - Specify options to be passed for .msi and .msp items. Example: /msioptions "PROPERTY1='Value'" 

/norestart - If the operation requires a reboot to complete, Setup should neither prompt nor cause a reboot. 

/passive - Shows progress bar advancing but requires no user interaction. 

/showfinalerror - Passive mode only: shows final page if the install is not successful. 

/pipe <name> - Optionally create a communication channel to allow a chaining package to get progress. 

/promptrestart - If the operation requires a reboot to complete, Setup should prompt, and trigger it if the user agrees. 

/q - Quiet mode, no user input required or output shown. 

/repair - Repair the payloads. 

/serialdownload - Force install operation to happen only after all the payload is downloaded. 

/uninstall - Uninstall the payloads. 

/parameterfolder <full path> - Specifies the path to the Setup’s configuration and data files. 

/NoSetupVersionCheck - Do not check ParameterInfo.xml for setup version conflicts. 

/uninstallpatch {patch code} - Removes update for all products the patch has been applied to. 

/? - Display this help.



Examples:



Silently install the package and create log file SP123.htm in the temp folder:	Setup /q /log %temp%\SP123.htm

Install with no user interaction unless reboot is needed to complete the operation:	Setup /passive /promptrestart



Some command line switches are disabled for this package: createlayout

(c) Microsoft Corporation. All Rights Reserved.
---------------------------
OK   
---------------------------

2012

2013

2015

Silent installatie

microsoft/visualstudio.txt · Last modified: 2022/07/31 00:14 by bas