Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to create setup.exe in C / C++
Name: vhthakor Date: February 7, 2008 at 20:16:08 Pacific OS: Windows Xp SP2 & Linux CPU/Ram: Intel Core 2 Duo 2.0 GHz
Comment:
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.
Name: tonysathre Date: February 7, 2008 at 20:35:24 Pacific
Reply:
I've used this one before and it worked great. Installer2Go
0
Response Number 2
Name: Razor2.3 Date: February 7, 2008 at 20:48:42 Pacific
Reply:
C/C++ compiles your program into machine code; no installer is necessary.
0
Response Number 3
Name: klint Date: February 8, 2008 at 02:16:52 Pacific
Reply:
You may need some of the run-time libraries (.DLL files), depending on your version of the compiler and the target machine's operating system. If you just copy the executable on the target machine, it will tell you which DLL files it needs (if any) when you run it.
Alternatively you can set up your build options to use "Static libraries" which will make your .exe file a little larger but will not depend on any .DLL files.
0
Response Number 4
Name: Rayburn Date: March 5, 2008 at 22:02:28 Pacific
Reply:
I think Inno Setup and NSIS with nisedit are 2 good setup creators.
There is written proof that God created the earth.
Summary: I'm a beginner and I would like to know how to create a program that use (and save) a database. Can you please give me a simple example in C language for store name, address and phone numbers ? Thank...
Summary: How to create a function in MS Access?Pls help!! --------------- Hello, I need create a function in MS access 2003 which run a ***.bat file in my hard drive d:\application\. I have a old version. But...