Error in MATLAB standalone app installation

I have installed compiler, for making standalone application that would work in PCs that do not have MATLAB or MATLAB Run time installed.
The application was packed and when the installer was run user's computer it is showing VCRUNTIME140.dll missing. (Screen shot attached)
Please guide.

 Accepted Answer

dpb
dpb on 30 Jan 2023
Edited: dpb on 30 Jan 2023
That means your user's PC doesn't have the MS Visual C++ compiler distributable runtime libraries installed -- here's a link to the MS download site <Latest Visual C++ Redistributables>
It would be more polite if the installer would recognize the need instead of just barfing, but the solution is the user must install the MS VisualC runtime first.

More Answers (0)

Categories

Products

Release

R2021a

Asked:

on 30 Jan 2023

Commented:

on 1 Feb 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!