Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8169965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:01:05+00:00 2026-06-06T21:01:05+00:00

As a student in Computer Engineering who has a lot of computer programming experience,

  • 0

As a student in Computer Engineering who has “a lot” of computer programming experience, and I say that lightly because I feel the more you learn, the more you find out how little you really know..

Whenever I create a program, whether it be in Java (game engine/games), C (or any C variant) (applications), PHP (online scripting/database programs), Javascript (UI), etc.. I’ve never
fully understood what “installing” a program does, and i’ve never had the need to do it.

From previous research, I learned that installing a program writes to the registry, but why is this complex process necessary? What actually happens when a program is installed? Why do this when you can just create an executable file (.exe in C / .jar file in java)?

When it comes to scripting languages (I mostly know php, so i’ll stick with that example). I hear “installing a script”, or “installing a plugin”. In reality, isn’t installing a script just copying a group of folders with scripts/html forms/javascript/etc into a server?

I would appreciate any explanation, any links and any personal knowledge about the subject or any similar topic. I try to learn as much as possible, but there’s always more.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T21:01:07+00:00Added an answer on June 6, 2026 at 9:01 pm

    To give a very general answer: installation is the procedure that makes sure that a program is fully set up to execute. (There’s even a Wikipedia page which uses somewhat the same definition). I’m not going to try to give a complete and accurate summary of all installation types, but only attempt to generate a general overview.

    In the end everything is controlled by cpu commands. To get there, translations need to be done.
    Besides that, in normal circumstances, there’s an encapsulating environment (the OS).
    And between those, you could have dependencies on drivers etc.

    The OS, be it windows/Unix/etc is there for us so we don’t have to worry about any direct hardware steering (for this scenario anyway)
    So giving a random programming language or script, we need to get it to run at the OS.
    Either directly on the OS, or via a framework such as .Net/Java (Apache for PHP)

    Thus far the known summary, but just so we’ve set the parameters for the kind of installation we’re talking about here 🙂

    In classic C, the language was compiled first to a set of instructions that could be interpreted by the OS. So as you say, no installation was needed, only a precompilation.
    In Java/.Net, a framework already is installed, so the compiled intermediate language and all references are handled by the framework.
    Browser languagues such as Javascript are interpreted in the browser. The browser itself is already installed, so no install needed.
    PHP script is also interpreted. Most of the time by Apache, but no separate install is needed.
    And of course other scripting languages such as batches/vbscript/etc all have their own OS interpreters.

    Now to get the point that triggered me when reading about writing to the registry, is mentioning the da da da dum DLL Hell . The linked wikipedia page describes the problems which were encountered with dlls, but I mainly want to mention it as a bridge to the registry writing. One of the most common cases why installations need to write to the registry, is to register a dll. You couldn’t simply have a set of executions (.exe), that used a bunch of functions from another set (.dll), unless that other set (.dll) was known by the OS. To make the dll known and usable, it needed to be registered. This could be done via the command prompt (regsrv32 if I remember correctly), but for the end user, the installation program would handle this.

    Bottom line is, the installation program, prepares the environment so the program can run. Even if the program could technically run without extra preparation, the installation program can set desktop shortcuts, add menu options or link file types (another registry setting in windows).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a senior computer engineering student and have an organization that has asked
I'm teaching (or trying to teach) computer programming to a grad-student. Her previous experience
I am a computer science student currently doing an internship. My boss has asked
I'm an undergrad Computer Science student and studying online. There is a lot of
I am a research student who just started the android programming for 3 weeks
As a student in computer engineering I have been pressured to type up very
I am a computer sciences student and I usually have really tough programming assignments.
I'm a computer science student finishing up my second semester of programming classes. I've
I am a college student getting my Computer Science degree. A lot of my
i am a engineering student and i have to do a lot of numerical

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.