Question

Installing Apps 10 on 2019 server

  • 28 September 2023
  • 3 replies
  • 52 views

Badge +2

I’m replacing all my 2012R2 servers with 2019 and trying to install Apps  10 on the first.  Keep getting a prerequisite fail in the install wizard … 

Package Microsoft Visual C++ x64 cannot be found.  The OHS Server might not work as a result of this ...”.  The MWS fails to start.

I use the same vcredist_x64.exe prior to running installer.cmd that I used on the 2012 servers without issue.

Tried 2010 and 2013 installs as well … same error message.  Any ideas?


3 replies

Userlevel 5
Badge +14

Hi @puzinoj 

You need by default c++ 2010 and 2012 to run the http server.

Based on your Service update you might need others as well.

 

As an example, we got a server with IFS 10 Update 21 which got the following c++ libraries

 

Maybe that helps.

Kind regards,

Tobias

Userlevel 2
Badge +6

HI, @puzinoj , I want to do the same process, but I haven't found a method yet, please, how are you doing it?

Badge +2

I needed to load both both 2010 and 2012 C++ distributions using …

vcredist_x64_2010.exe

vcredist_x64_2010.exe

… I got from the Microsoft site.

 

Install went without issue after they were installed.

 

Reply