How can I make .exe file for my gui program?

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 commentaires

Walter Roberson
Walter Roberson le 25 Nov 2015
You will need MATLAB Compiler; do you have that product licensed and installed?
Giorgi
Giorgi le 25 Nov 2015
Thanks for answering :)
How can I check if I have compiler?
Stalin Samuel
Stalin Samuel le 25 Nov 2015
type "ver" in command window.Available toolboxes displayed
Giorgi
Giorgi le 26 Nov 2015
Well I have MATLAB Compiler Version 5.1 (R2014a)
Shameer Parmar
Shameer Parmar le 1 Déc 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

Question posée :

le 25 Nov 2015

Commenté :

le 1 Déc 2015

Community Treasure Hunt

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

Start Hunting!

Translated by