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

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

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2015년 11월 25일

댓글:

2015년 12월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by