How can I make .exe file for my gui program?
Mostrar comentarios más antiguos
Hello all :) Well I have created GUI program that contains many GUI windows those are linked, also I have many variables those are supportive variables, some of them are deleted during using the program and some of them are created or saved. Now I want to convert all of these files into one exe file in order to send others and then they install it and have opportunity to use it.
I have never done this before so I have no idea from where to start. I have Matlab 2014a version. Any idea would be a great job for me. thanks in advance.
5 comentarios
Walter Roberson
el 25 de Nov. de 2015
You will need MATLAB Compiler; do you have that product licensed and installed?
Giorgi
el 25 de Nov. de 2015
Stalin Samuel
el 25 de Nov. de 2015
type "ver" in command window.Available toolboxes displayed
Giorgi
el 26 de Nov. de 2015
Shameer Parmar
el 1 de Dic. de 2015
@Giorgi: Yes, you can create this. The freeware tool name 'Inno Set Up' is available. Install this tool on your system.
Then open this tool in editor form (you can refer HELP for detail). You need to write a code in this editor of inno setup as per your requirement of creation of exe. (refer HELP, as I can't explain you it here) Note: after installation of this tool, it also create the example folder at installation path, which you can refer.
Once you are done with inno set-up coding, you need to compile it, in order to remove the error and when you run it it will create the .exe file, which you can provide to anyone for its installation.
Please check if this can help you OR you need any more information.
Respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!