Installer » Microsoft .NET 2015
Microsoft .NET 2015
A special Installer to deploy .Net Packages
Parameter
| /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 or 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. |
| /showrmui | Passive mode only: shows restart manager dialog if files are in use. |
| /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
Return Codes
| 0 | Installation completed successfully. |
| 1602 | The user canceled installation. |
| 1603 | A fatal error occurred during installation. |
| 1641 | A restart is required to complete the installation. This message indicates success. |
| 3010 | A restart is required to complete the installation. This message indicates success. |
| 5100 | The user's computer does not meet system requirements. |