How to make .exe file or installable file from any program code...???
I make program to work as a calculator, but every time I want to run the program, I have to run the source code....Plz anyone tell me about this topic..!!
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
@morningdot-6Xuj4M • Nov 20, 2010
@optimystix-4yMPKC • Nov 20, 2010
@thev-iGmS6y • Nov 21, 2010
@deepika-jf1ysv • Nov 21, 2010
@leo-ZJQlmh • Nov 21, 2010
@thev-iGmS6y • Nov 22, 2010
@deepika-jf1ysv • Nov 23, 2010
My Pleasure...TheV@Deepika.. yes I got the file....!!
Thank you 😁
@fabrigeas-iiVefs • Jan 29, 2012
TheVI always think about how the setup files are made. As I wrote program in C,C++ and JAVA but I don't know how to make icon such that on double click my program runs.
I make program to work as a calculator, but every time I want to run the program, I have to run the source code....Plz anyone tell me about this topic..!!
@sahithi-oJZaYj • Jan 29, 2012
@eternalthinker-Kvsi5Y • Jan 31, 2012
@abhishek-swain-fFTK9k • Feb 2, 2012
The best way to deploy your project is to create a setup file using the software InstallShield.TheVI always think about how the setup files are made. As I wrote program in C,C++ and JAVA but I don't know how to make icon such that on double click my program runs.
I make program to work as a calculator, but every time I want to run the program, I have to run the source code....Plz anyone tell me about this topic..!!
@praveenkumar-66Ze92 • Feb 2, 2012
@eternalthinker-Kvsi5Y • Feb 3, 2012
@praveenkumar-66Ze92 • Feb 3, 2012
In that case, which language are you writing the code? Batch files??? In that case, AutoIT is the best!eternalthinker@Abhishek and @Praveen
Guys, although the suggested installer creation programs are really good choices, I think the priority here is to create an EXE in the first place!
If we can't pack source codes into a .exe file, creating an installer is out of question, right?
(I mean in Windows)