Borrar filtros
Borrar filtros

Problem installing standalone application that was created using app compiler

4 visualizaciones (últimos 30 días)
I created a standalone application using app compiler. I was trying to follow the steps as in this link , under this "Install MATLAB Generated Standalone Application", in the first step, the file type that I have is ".INSTALL" file type and it is not opening at all. I tried using "Microsft expression 4" to open this, but it is showing an error to read a file.

Respuesta aceptada

Kojiro Saito
Kojiro Saito el 16 de Feb. de 2018
MATLAB Compiler does not support cross platform compile, so we need to create a standalone app for Linux by Linux machines and app for Windows by Windows machines. You had created .install file, I suppose you were using Linux.
With the install file (in this case "MyAppInstaller_web.install"), you need to do
./MyAppInstaller_web.install
in Linux machine to install the standalone app. It might take several tens of seconds for the install wizard to appear.
If you want to install the standalone app in Windows, you need to compile your scripts in Windows machine and MyAppInstaller_web.exe will be created. Just double clicking the exe in Windows machine, the install wizard will be appeared.
  2 comentarios
Dr. Kelsey Joy
Dr. Kelsey Joy el 13 de Ag. de 2022
Editada: Dr. Kelsey Joy el 13 de Ag. de 2022
Thank you. Has anyone found any work around for this? (I am finding that this is still true for the MATLAB Compiler. I tried compiling an app through Linux and can't run it on a Mac or Windows.)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by