
- Forum
- Programming Talk
- C and C++
- How to create setup.exe
How to create setup.exe
This is a discussion on How to create setup.exe within the C and C++ forums, part of the Programming Talk category; I have made a simple program in C Language to calculate simple interest. I ran it successfully. But, I don't ...
-
How to create setup.exe
I have made a simple program in C Language to calculate simple interest. I ran it successfully.
But, I don't know how to make setup.exe of that program so that I can install it in another PC where C / C++ is not installed.
Your help would be highly appreciated.
-
RE: To exe file creation
Probably in the same folder which contains ur src pgm and its object code also embodies its corresponding exe file. So you can copy to a new system and make use of it.
-
One thing u can do is make a batch file of ur source code and than using "iexpress" command in the run menu, u can create ur setup.exe file.
-
Sponsored Ads

Reply With Quote





