ODBC 11-18 won't install on Windows Server 2019 - odbc

I have a Windows 2019 box as below
I have tried installing ODBC 11 upwards but get the same error each time
Can it be right that the newest ODBC I can install is 10?

Related

QtCreator 8.1 on Windows: The application was unable to start correctly 0xC0000005

Just downloaded Qtcreator 8.1 from: https://download.qt.io/official_releases/qtcreator/8.0/8.0.1/
the installation went fine but it fails at start:
I installed an older version 8.0 but it shows the same error. I am on Windows 7 64-bit.
QT 6 does not support Windows7.

Cannot install TAP adapter driver on Windows 11 Virtual Machine

I am trying to install a standalone vpn client on a Windows 11 ARM64 Virtual Machine that is runing on Parallels and MacBook Pro M1 chip.
I have tried to install many packages like openvpn and OpenVpn Connect for windows and some others and it always ends up failing installing TAP adapter driver.
I have no vpn clients installed and neither TAP adapter drivers installed on my system before installing all these clients.
I am trying to install it on a Parallels virtual machine, that is, Windows 11 x64.
I use a UTM virtual machine with Windows 11 on my m1 macbook. Openvpn 2.5.6 for Windows ARM64 has been installed without any problems.

Problems installing Torch on Windows 10 with torch/distro

I am trying to install Torch according to the instruction enter link description here. My environment is:
Windows 10
Visual Studio 2017
cmake version 3.16.0-rc3
conda version 4.7.12
Cuda 10.0
However, when I run install.bat, using the vs command prompt, the installation freezes (see image). Has anyone managed to install using this repository?enter image description here
Thank you.

WAMP Dependencies for Installation [duplicate]

WAMP won't turn green. It was working fine a couple of weeks ago. When looking at other answers on this topic, a lot said to install services in Apache.
When I do this, I get an error code stating:
"The program can't start because VCRUNTIME140.dll is missing from your computer. Try reinstalling the program to fix the problem."
As Oriol said, you need the following redistributables before installing WAMP.
From the readme.txt
BEFORE proceeding with the installation of Wampserver, you must ensure
that certain elements are installed on your system, otherwise
Wampserver will absolutely not run, and in addition, the installation
will be faulty and you need to remove Wampserver BEFORE installing the
elements that were missing.
Make sure you are "up to date" in the redistributable packages VC9,
VC10, VC11, VC13 and VC14 Even if you think you are up to date,
install each package as administrator and if message "Already
installed", validate Repair.
The following packages (VC9, VC10, VC11) are imperatively required to Wampserver 2.4, 2.5 and 3.0, even if you use only Apache and PHP versions VC11 and VC14 is required for PHP 7 and Apache 2.4.17
VC9 Packages (Visual C++ 2008 SP1)
https://www.microsoft.com/en-us/download/details.aspx?id=5582
https://www.microsoft.com/en-us/download/details.aspx?id=2092
VC10 Packages (Visual C++ 2010 SP1)
https://www.microsoft.com/en-us/download/details.aspx?id=8328
https://www.microsoft.com/en-us/download/details.aspx?id=13523
VC11 Packages (Visual C++ 2012 Update 4)
The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page:
http://www.microsoft.com/en-us/download/details.aspx?id=30679
VC13 Packages[/b] (Visual C++ 2013)
The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe
VC14 Packages (Visual C++ 2015)
The two files vcredist_x86.exe and vcredist_x64.exe to be download are on the same page:
https://www.microsoft.com/en-us/download/details.aspx?id=52685
VC Packages x64 (Visual C++ 2017)
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
Quite simply:
Uninstall wampserver
Install Visual C++ Redistributable for Visual Studio 2015
Install wampserver
VCRUNTIME140.dll error
This error means you don't have required Visual C++ packages installed in your computer.
If you have installed wampserver then firstly uninstall wampserver.
Download the VC packages
Download all these VC packages and install all of them. You should install both 64 bit and 32 bit version.
-- VC9 Packages (Visual C++ 2008 SP1)--
http://www.microsoft.com/en-us/download/details.aspx?id=5582
http://www.microsoft.com/en-us/download/details.aspx?id=2092
-- VC10 Packages (Visual C++ 2010 SP1)--
http://www.microsoft.com/en-us/download/details.aspx?id=8328
http://www.microsoft.com/en-us/download/details.aspx?id=13523
-- VC11 Packages (Visual C++ 2012 Update 4)--
The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page http://www.microsoft.com/en-us/download/details.aspx?id=30679
-- VC13 Packages] (Visual C++ 2013)--
The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page https://www.microsoft.com/en-us/download/details.aspx?id=40784
-- VC14 Packages (Visual C++ 2015)--
The two files vcredist_x86.exe and vcredist_x64.exe to be download are on the same page
http://www.microsoft.com/en-us/download/details.aspx?id=48145
install packages with admin priviliges
Right click->Run as Administrator
install wampserver again
After you installed both 64bits and 32 bits version of VC packages then install wampserver again.
You need to install some Visual C++ packages BEFORE installing WAMP (if you have installed then you must uninstall and reinstall).
You need: VC9, VC10, VC11, VC13 and VC14
In readme.txt of wampserver 3 (on SourceForge) you can find the links.
Be careful! If you use a 64-bit OS you need to install both versions of each package.
I had the same problem, and I solved it by installing :
Redistribuable Visual C++ pour Visual Studio 2012 Update 4 (6.9 MB)
Redistributable Visual C++ pour Visual Studio 2015 Update 1 (14.1 MB)
NB : 64 bit installation was enough, I had to uninstall / reinstall Wamp after that
Since you already had a running version of WAMP and it stopped working, you probably had VCRUNTIME140.dll already installed. In that case:
Open Programs and Features
Right-click on the respective Microsoft Visual C++ 20xx Redistributable installers and choose "Change"
Choose "Repair". Do this for both x86 and x64
This did the trick for me.
After lots and lots of installing and uninstalling for a whole day and trying every packages for every answers in here, the only thing that worked for me was:
Uninstall Wamp and reboot
installing Visual Studio 2017 Community edition and choose "Web development" and check all of the options in the right site. Here's a screenshot:
This somehow install something that is needed for Wamp as well.
install Wamp, and you should be all good.
Link to visual studio 2017 Community edition
WAMP is not turning GREEN? Don`t panic
First of all check your windows update by searching "Windows Update"
or
Download updates from microsoft windows site (i had windows 7 x64 updated to service pack 1 full) windows 7 Service pack 1 download
Now there are some more downloads that support WAMP for installing time
From the readme.txt
BEFORE proceeding with the installation of Wampserver, you must ensure
that certain elements are installed on your system, otherwise
Wampserver will absolutely not run, and in addition, the installation
will be faulty and you need to remove Wampserver BEFORE installing the
elements that were missing.
Make sure you are "up to date" in the redistributable packages VC9,
VC10, VC11, VC13 and VC14 Even if you think you are up to date,
install each package as administrator and if message "Already
installed", validate Repair.
The following packages (VC9, VC10, VC11) are imperatively required to
Wampserver 2.4, 2.5 and 3.0, even if you use only Apache and PHP
versions VC11 and VC14 is required for PHP 7 and Apache 2.4.17
VC9 Packages (Visual C++ 2008 SP1)
https://www.microsoft.com/en-us/download/details.aspx?id=5582
https://www.microsoft.com/en-us/download/details.aspx?id=2092
VC10 Packages (Visual C++ 2010 SP1)
https://www.microsoft.com/en-us/download/details.aspx?id=8328
https://www.microsoft.com/en-us/download/details.aspx?id=13523
VC11 Packages (Visual C++ 2012 Update 4) The two files
VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on
the same page:
http://www.microsoft.com/en-us/download/details.aspx?id=30679
VC13 Packages[/b] (Visual C++ 2013) The two files
VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe
VC14 Packages (Visual C++ 2015) The two files vcredist_x86.exe and
vcredist_x64.exe to be download are on the same page:
https://www.microsoft.com/en-us/download/details.aspx?id=52685
VC Packages x64 (Visual C++ 2017)
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

Unable to install DeployR Open 8.0.0 on Windows 10

I am trying to install DeployR Open 8.0.0 on Windows 10 (64 bits). I have installed the following dependencies:
JRE 8
Revolution R Open 3.2.2 and MKL (RevoMath 3.2.2)
DeployR Rserve 7.4.2
I followed the install instructions for RRO & MKL and DeployR. I have also done a clean install, that is prior to installing all these stuff, I uninstalled R, and RStudio.
However, when start installing DeployR Open 8.0.0 (even as Administrator), it is unable to find the dependencies/prerequisites, and on clicking next it opens this page, which more or less talks about the same set of dependencies.
Here are the screenshots:
I am not sure what I am missing here. Please suggest.

Resources