CrazyEngineers
  • how to make a software

    KishorKumar

    Member

    Updated: Oct 25, 2024
    Views: 916
    dear CEns.
    how to make our program into software.that is if we write a program in a general purpose language(like c, java) for an application,which is compiled and we have its executable file.but to run in we need to goto konsole n using command we need to run it.instead of that how we can build a software for out program and when it is double clicked it should be installed in our system,and a link should be given for executing our program by any user who is not at all aware of our program.

    i feel very happy for your answer
    thank you.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • sookie

    MemberSep 10, 2009

    Hi kishorkumar

    Softwares are available in market. I am not sure if any is free.Well, about your java programs, create its .class files and the create its jar and then use those converter softwares which can generated .exe files with icons and all desired files with it. They basically deploy your jar files and executables are created after it. Just check out softwares available for this purpose based on your needs.

    Let me know if was of some use. Thanks !
    Are you sure? This action cannot be undone.
    Cancel
  • blacrobous

    MemberSep 10, 2009

    well if you are using visual studio then it has a project installation package wizard. After you are done with building an exe and required images just use this wizard and select what all files to be included edit the given settings etc,, and your done
    Are you sure? This action cannot be undone.
    Cancel
  • gaurav.bhorkar

    MemberSep 10, 2009

    KishorKumar
    dear CEns.
    how to make our program into software.that is if we write a program in a general purpose language(like c, java) for an application,which is compiled and we have its executable file.but to run in we need to goto konsole n using command we need to run it.instead of that how we can build a software for out program and when it is double clicked it should be installed in our system,and a link should be given for executing our program by any user who is not at all aware of our program.

    i feel very happy for your answer
    thank you.
    There is no need of running a program through console every time using a command.
    If you are using TC the compiled program is available in TC folder. You can run the program by just double-clicking it.

    (Correct me if I am wrong)
    Are you sure? This action cannot be undone.
    Cancel
  • safwan

    MemberSep 11, 2009

    Brother are you looking for Ghost Installer which enables one to install the software .
    [ ps; Please correct me if i am wrong]
    Are you sure? This action cannot be undone.
    Cancel
  • ayusha patnaik

    MemberAug 15, 2011

    yeah true whn we use turbo c the written programs r stored in a folder and whn it is double clickd the program apears bt that is not a software as far as i knw...we cant run it ...it jst apears as a written program in the note pad
    Are you sure? This action cannot be undone.
    Cancel
  • martincrow

    MemberNov 7, 2011

    I am not an expert in this field, but can you brief a little more about the query you are sharing with us.
    Are you sure? This action cannot be undone.
    Cancel
  • vinci

    MemberDec 22, 2011

    If you would like to create a software for Windows, from the scratch, you can create it using Microsoft Visual Studio or similar software. 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register