Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 update: April 2014 (KB2919355) 1.0.20160915

This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014. In addition to previous updates, it includes features such as improved Internet Explorer 11 compatibility for enterprise applications, usability improvements, extended mobile device management, and improved hardware support.

All future security and nonsecurity updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 require this update to be installed.

On systems other than Windows 8.1 or Windows Server 2012 R2, this package installs successfully, but does nothing.

This update is required to install Visual Studio 2015 on Windows 8.1 or Windows Server 2012 R2.

Showing the top 20 packages that depend on kb2919355.

Packages Downloads
adobereader
Adobe Acrobat Reader DC software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. And now, it’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. This package installs/upgrades the Multi-lingual ("MUI") release. In some cases, this package will by default be able to install over the top of a language-specific installation. Otherwise, this package will exit and require either a manual uninstall of the language specific installation or having the parameter '/OverwriteInstallation' set to do this automatically. ## Package installation defaults By default, this package: - Will _NOT_ install a desktop icon. - Will _NOT_ install the Adobe Reader and Acrobat Manager ("ARM") service. It the service already exists, it will _NOT_ remove it (it will disable it unless enabled by parameters). - Will _NOT_ uninstall language-specific installations. - Will configure Reader to only **check for updates manually** with confirmation for install. ## Package Parameters - `/DesktopIcon` - The Desktop icon will be installed to the common desktop. (Install only.) - `/NoUpdates` - No updates via internal mechanisms (including manual checks). Only downloading from Adobe and running installers or updates (or updating this package) will advance the version of Reader. Once set, only uninstalling this package will remove this update block. - `/OverwriteInstallation` - Uninstall a language-specific installation before installing the Multi-lingual ("MUI") release. _Be aware that this will remove all data and features of an existing installation!_ - `/EnableUpdateService` - Install the AdobeARM service. (Does not override `/NoUpdates`.) - `/UpdateMode:#` - Sets the update mode (below). (Does not override `/NoUpdates`.) - `/IgnoreInstalled="SOFTWARE NAME"` - This parameter allows you to ignore software whose name matches a comma delimited list of wildcard strings. This is useful if you have other versions of Adobe Acrobat installed (such as [Adobe Acrobat X Pro](https://github.com/pauby/ChocoPackages/issues/197)). For example: `choco install adobereader --params="'/IgnoreInstalled="Adobe X*,Adobe Acrobat Y*"'"` will ignore any installation whose name matches `Adobe X*` or `Adobe Acrobat Y*`. **WARNING**: Only use this parameter if you know what you are doing. If you have an existing installation of Adobe Acrobat Reader and you exclude it from the list using this parameter, then the package will perform an installation believing the software is not installed which _will cause issues_. **You have been warned**. ### Update Modes - `0` - Manually check for and install updates. (Default and reset on every update). - `1` - Same as `0`. - `2` - Download updates for me, but let me choose when to install them. (Appears to be no different than `0`). - `3` - Install updates automatically (via task scheduler or ARM service if enabled). - `4` - Notify me, but let me choose when to download and install updates. These parameters can be passed to the installer with the use of `--params`. For example : `choco install adobereader --params '"/DesktopIcon /UpdateMode:4"'` ## Notes - This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s), to let the know the package is no longer updating, using: - The 'Contact Maintainers' link on the package page, or - The 'Package Source' link on the package page and raising an issue.
8
netfx-4.7.2-devpack
The .NET Framework 4.7.2 Developer Pack lets developers build applications that target the .NET Framework 4.7.2 by using Visual Studio 2017, Visual Studio 2015 or other IDEs. This is a single package that bundles the .NET Framework 4.7.2, the .NET 4.7.2 Targeting Pack, and the .NET Framework 4.7.2 SDK.
0
vcredist140
Microsoft Visual C++ Redistributable for Visual Studio 2015-2026 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2026 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2026 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries. The Visual C++ Redistributable for Visual Studio 2015-2026 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other. ## Notes - [Supported Operating Systems](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements#microsoft-visual-c-2015-2019-redistributable-system-requirements): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2 - On some systems, if KB2999226 is installed as a dependency of this package, the computer may need to be restarted before the installation of this package will succeed. - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
0
visualstudio2017community
### Overview Free, full-featured and extensible tool for students, open-source and individual developers. To find out what's new or to see the known issues, see the [Visual Studio 2017 Release Notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes). [System requirements](https://www.visualstudio.com/en-us/productinfo/vs2017-system-requirements-vs) ### Customizations and Optional features By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section. All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2017). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters. After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu. The language of the installed software can be controlled using the package parameter `--locale language`. The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2017#list-of-language-locales). By default, the operating system display language is used. #### Full installation This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings: choco install visualstudio2017community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" [More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md) ### Notes A reboot may be required after (or even _before_) installing/uninstalling this package. If control over reboots is required, it is advisable to install the dependencies (esp. dotnet4.6.2 or later) first, perform a reboot if necessary, and then install this package. Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
0
visualstudio2019community
### Overview Free, full-featured and extensible tool for students, open-source and individual developers. To find out what's new or to see the known issues, see the [Visual Studio 2019 Release Notes](https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes). [System requirements](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements) ### Customizations and Optional features By default, the package installs only the bare minimum required (the Core Editor workload). The easiest way to add more development features is to use the workload packages listed in the Release Notes section. All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019). The package passes `--norestart --wait` by default, and `--quiet`, unless `--passive` is specified in the package parameters. After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu. The language of the installed software can be controlled using the package parameter `--locale language`. The list of languages is [presented here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019#list-of-language-locales). By default, the operating system display language is used. #### Full installation This command will install Visual Studio with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings: choco install visualstudio2019community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" [More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md) ### Notes A reboot may be required after (or even _before_) installing/uninstalling this package. If control over reboots is required, it is advisable to install the dependencies (esp. dotnetfx 4.7.2 or later) first, perform a reboot if necessary, and then install this package. Some parameters, including `--allWorkloads`, `--includeRecommended` and `--includeOptional`, are only valid during the initial installation of Visual Studio and may cause failures if used during upgrade. For reliability, it is recommended to avoid using these parameters and install workloads using the workload packages listed in the Release Notes section.
0

This package has no dependencies.

Page of
Version Downloads Notes Last updated
1.0.20160915 0 20/09/2016
1.0.20160719 0 19/08/2016