Qual é a diferença entre um arquivo executável autônomo e instalado?

Índice:

Qual é a diferença entre um arquivo executável autônomo e instalado?
Qual é a diferença entre um arquivo executável autônomo e instalado?

Vídeo: Qual é a diferença entre um arquivo executável autônomo e instalado?

Vídeo: Qual é a diferença entre um arquivo executável autônomo e instalado?
Vídeo: How to Sideload Apk's on Amazon Fire 7 with Alexa - YouTube 2024, Abril
Anonim
Embora a maioria de nós esteja satisfeita em seguir o processo "testado e comprovado" de instalar os arquivos executáveis do nosso software favorito, é realmente necessário fazê-lo? Poderíamos realmente extrair esses mesmos arquivos executáveis em vez de instalá-los e executá-los da mesma forma que seus primos independentes?
Embora a maioria de nós esteja satisfeita em seguir o processo "testado e comprovado" de instalar os arquivos executáveis do nosso software favorito, é realmente necessário fazê-lo? Poderíamos realmente extrair esses mesmos arquivos executáveis em vez de instalá-los e executá-los da mesma forma que seus primos independentes?

A sessão de perguntas e respostas de hoje nos é oferecida por cortesia do SuperUser, uma subdivisão do Stack Exchange, um agrupamento de sites de perguntas e respostas conduzido pela comunidade.

A questão

Leitor de SuperUser Tom Turkey quer saber qual é a diferença entre um arquivo executável autônomo e instalado:

I have noticed on Windows, at least, that you can download a direct, statically-linked executable file and launch it directly, or write your own program and execute it (even dynamically) without having to install it.

That brings me to my main point…what’s the purpose of the installation process? I mean besides maybe the Windows Registry. However, for practicality and usage purposes, it’s possible to have a single, independent, stand-alone program that can be run, stored on non-volatile storage, and accessed via the file system of whatever device it’s on, and executed on the OS.

So what’s the big deal with all the “install this” business if many great programs of virtually any magnitude can work perfectly without going through an installation configuration? It puzzles me a bit, and aside from a database or other metadata/access configuration systems, what is the real difference here if the latter (an installed executable) performs and works in the same way as a stand-alone?

Is there a difference here I’m unaware of with a non-installed program versus an installed one?

PS: This doesn’t just have to apply to Windows OSes, but any that implement a similar function.

Existe realmente muita diferença entre arquivos executáveis autônomos e instalados, ou eles são mais parecidos do que poderíamos suspeitar?

A resposta

O contribuidor do SuperUser Wyatt8740 tem a resposta para nós:

Brief answer: a stand-alone exe requires no libraries be installed on the computer to run, and requires no registry entries or other components.

An installed file can be a stand-alone in an installer package, but is generally dependent on a variety of components and libraries installed alongside it.

In many cases, through the use of Universal Extractor (unofficial update: here), you can extract the contents of an installer and run a program without administrative privileges in Windows. MSI installers can be unpacked with lessmsi.

In most other operating systems, all programs can be run without root/administrator privileges, through user-specific ‘bin’, ‘lib’, and other directories in the home directory. Personally, I despise installers the majority of the time, because they make it harder for me to use programs without administrative privileges when I don’t have them. But they are packaged that way by large companies to simplify the process for the average end user.

Embora tenhamos aprendido que é possível extrair e executar alguns de nossos softwares favoritos como arquivos executáveis independentes, às vezes não há como escapar do antigo processo de instalação "testado e comprovado" para usar um programa que gostamos ou precisamos nosso sistema.

Tem algo a acrescentar à explicação? Som desligado nos comentários. Quer ler mais respostas de outros usuários do Stack Exchange com experiência em tecnologia? Confira o tópico de discussão completo (com respostas bastante expandidas) aqui.

Recomendado: