Window auto update doesn't install prerequisite updates - windows-update

I want to install Security and Quality Rollup updates for .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, and 4.7.2 for Windows 8.1, RT 8.1, and Server 2012 R2 (KB 4338419) on my PC (Windows Server 2012 R2).
I had a look on it and I saw that I need like a prerequisite Windows Server 2012 R2 Update (KB2919355). On that one I see that I need more stuffs like: KB2919442. I tried from windows Update to have the last updates available. After all the updates was installed I took a look and notice that I have (KB 4338419) and (KB2919355) but I don't have KB2919442.
Is that a problem? If I try to install it manually I get "The update is not applicable to your computer."

From http://support.microsoft.com/kb/2919355/EN-US:
When you install this update (2919355) from Windows Update, updates
2932046, 2937592, 2938439, 2934018, and 2959977 are included in the
installation.
Prerequisites:
To apply this update, you must have the following update installed on
Windows RT 8.1, Windows 8.1, or Windows Server 2012 R2:
2919442 A servicing stack update is available for Windows RT 8.1,
Windows 8.1, and Windows Server 2012 R2: March 2014
Q: Is that a problem? If I try to install it manually I get "The update is not applicable to your computer."
You need not worry about KB2919442 as that was a prerequisite for KB2919355, which is already installed on your server. You can't install the old update now as you already have the latest updates.

Related

Error when start an instance of SQLLOCQLDB 2017 on windows 7 64bit (entry point not found except)

I tried to start an instance of SQLLOCALDB 2017 on win7 (x64) but this message box Appears :
"The procedure entry point BCryptKeyDerivation could not be located in
the dynamic link library bcrypt.dll"
Anybody knows it's reason?
more info from CMD:
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft
Corporation. All rights reserved.
C:\Users\hashem-7-x64>SQLLOCALDB INFO MSSQLLocalDB
C:\Users\hashem-7-x64>SQLLOCALDB VERSIONS Microsoft SQL Server 2017
(14.0.1000.169)
C:\Users\hashem-7-x64>SQLLOCALDB START MSSQLLOCALDB Start of LocalDB
instance "MSSQLLOCALDB" failed because of the following error: Error
occurred during LocalDB instance startup: SQL Server process failed to
sta rt.
C:\Users\hashem-7-x64>
I had the same problem and I resolved it by uninstalling Sql Server LocalDB 2017 and installing the 2014 version.
Apparently the 2017 version is not compatible with Windows 7.
SQL Server 2017 Express LocalDB isn't supported on Windows 7. The SqlLocalDB.msi installer for me but when I tried to start an instance it would give the "BCryptKeyDerivation could not be located" error. Anecdotally the 2016 version is supposedly not supported, but it installed and default instances run for me.
Per Microsoft :
Supported Operating System:
Windows 10 , Windows 8, Windows 8.1, Windows Server 2012, Windows
Server 2012 R2, Windows Server 2016
Some additional information indicating that you'll need at least Windows 8
BCryptKeyDerivation function
The BCryptKeyDerivation function derives a key without requiring a
secret agreement. It is similar in functionality to BCryptDeriveKey
but does not require a BCRYPT_SECRET_HANDLE value as input.
Minimum supported client
Windows 8 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2012 [desktop apps | UWP apps]
Install DotNET Core v2 SDK (More specifically v2.1.4 as of now)
The problem is caused by the version of assemblies for cryptographic algorithms currently installed on your PC offered via DotNET:
System.Security.Cryptography
System.Security.Cryptography.Cng
The mentioned update provides the missing dependencies. Read more about the dependencies on Nuget information page.
Install Sqllocaldb 2016 that work great in windows 7. i facing the same problem last few days and finally i get the answer to install localdb 2016. sqllocaldb 2016 support very well and even we don't need to downgrade the database version.i try sqllocaldb 2014 to but it get me error the database version is not supported. but sqllocaldb 2016 support great sqllocaldb 2016

which version of mongodb should I install for windows6?

When I go to https://www.mongodb.com/download-center#community I don't see a version specific to windows7 64bit to install?which version should I install for windows6?
Ok this seems not clear. But you need to use the Windows Server 2008 R2 64-Bit Installer, with or without SSL support.
The others are a 32-Bit version and a legay 64-Bit version of mongodb, that does not make use of some windows features.
So this (with SSL) or this (without SSL).
Heres a reference to the Installation instructions of MongoDB.
MongoDB for Windows 64-bit runs only on Windows Server 2008 R2, Windows 7 64-bit, and newer versions of Windows. This build takes advantage of recent enhancements to the Windows Platform and cannot operate on older versions of Windows.
MongoDB for Windows 64-bit Legacy runs on Windows Vista, and Windows Server 2008 and does not include recent performance enhancements.

Unable to install WMF 4.0 for Window 7 SP1

I am trying to install Windows update for Installing Windows PowerShell 4.0.
The Update is : Windows6.1-KB2819745-x64-MultiPkg.msu at This Link
Following are my system Specifications:
I already have prerequisites to install WMF 4.0 which are SP1 and .NET 4.5.
I get a simple plain error with no details that update can not be installed.
what can i do to install this particular update?
Just in case anyone want to know, I need to install this update to Install KVM required for building VNext Apps.

mongo.exe - Entry point not found

I'm trying to set up a MEAN stack and I'm having the following issue when trying to execute mongo.exe: "The procedure entry point K32GetProcessMemoryInfo could not be located in the dynamic link library KERNEL32.dll"
I'm using Windows Vista 64bit, mongo is the latest, and I'm logged as administrator.
Thanks.
For Vista you need to install the Legacy version of MongoDb.
The 64-bit legacy build lacks newer features of Windows that enhance performance. Use this build for Windows Server 2003, 2008, or Windows Vista.
HereĀ“s the Download link

Can I install Microsoft .NET Framework 4.5 on Windows 2008 Server Standard SP1

I have Windows server 2008 standard service pack 1 with .Net FrameWork 3.5 sp1, can I install
Microsoft 4.5 framework without installing Microsoft framework 4.0 before?
Also if you look at the system requirements you will see that prerequisite is Windows Server 2008 SP2 while I have only SP1 and it seems I can't install SP2.
I just installed 4.5 on Win2K8 Server and it installed fine (without installing 4.0 prior).
NOTE: In IIS the application pool will still show up at 4.0 although the 4.5 install succeeded.