I just can’t get it to run. It’s in the same folder as the matlab dlls (C:\Program Files (x86)\MATLAB\MATLAB Compiler Runtime\v714\runtime\win32), but it doesn’t find them.
You need to add something to your PATH Environment variable. The installer should have done this, but it didn’t do it on my system either:
Right click on “My Computer”, click on properties, Advanced, Environment Variables, and then add a semi colon and “C:\Program Files (x86)\MATLAB\MATLAB Compiler Runtime\v714\runtime\win32” to the end of the PATH. There should already be a bunch of paths in there, separated by semi colons. Keep clicking OK until all the dialog boxes are gone and then try launching the app again.