Exforsys
+ Reply to Thread
Results 1 to 3 of 3

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 ...

  1. #1
    vhthakor is offline Junior Member Array
    Join Date
    Feb 2008
    Answers
    1

    Question 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.


  2. #2
    sweettam is offline Junior Member Array
    Join Date
    Dec 2007
    Answers
    1

    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.


  3. #3
    Ak_techy is offline Junior Member Array
    Join Date
    Aug 2008
    Answers
    2
    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



Latest Article

Network Security Risk Assessment and Measurement

Read More...