how to make a software

KishorKumar

KishorKumar

@kishorkumar-HL8lZ8 Oct 25, 2024
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.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • sookie

    sookie

    @sookie-T06sFW Sep 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 !
  • blacrobous

    blacrobous

    @blacrobous-Exhggm Sep 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
  • gaurav.bhorkar

    gaurav.bhorkar

    @gauravbhorkar-Pf9kZD Sep 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)
  • safwan

    safwan

    @safwan-NH7W5Y Sep 11, 2009

    Brother are you looking for Ghost Installer which enables one to install the software .
    [ ps; Please correct me if i am wrong]
  • ayusha patnaik

    ayusha patnaik

    @ayusha-patnaik-UIGhHT Aug 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
  • martincrow

    martincrow

    @martincrow-0TCTDa Nov 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.
  • vinci

    vinci

    @vinci-e4PtMU Dec 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. 😀