About 57 results
Open links in new tab
  1. windows - what's in a .exe file? - Stack Overflow

    42 So a .exe file is a file that can be executed by windows, but what exactly does it contain? Assembly language that's processor specific? Or some sort of intermediate statement that's recognized by …

  2. Fully understanding how .exe file is executed - Stack Overflow

    Apr 15, 2020 · My final (perhaps too ambitious) goal is to take a hello-world .exe file (compiled with a C compiler and linked) and understand in full detail how it is loaded into memory and executed by a …

  3. Compile to a stand-alone executable (.exe) in Visual Studio

    how can I make a stand-alone exe in Visual Studio. Its just a simple Console application that I think users would not like to install a tiny Console application. I compiled a simple cpp file using ...

  4. Difference between .com, .exe, and .bat? - Stack Overflow

    Jan 22, 2010 · An .EXE (short for "executable") file is a binary file that contains much more complex executable binary code. A .COM file was a DOS executable and nowadays its same as .EXE.

  5. installation - Extract MSI from EXE - Stack Overflow

    Oct 10, 2009 · I want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, but it doesn't work for Java Runtime Environment.

  6. What is the equivalent of an "exe file"? - Ask Ubuntu

    Jun 26, 2012 · @tijybba The "everything is a file" design philosophy is totally unrelated to .exe extensions not being needed for native executables. The former explains the contents of /dev; the …

  7. installation - Issues with VScode: Cannot open, code.exe file missing ...

    Nov 22, 2025 · Issues with VScode: Cannot open, code.exe file missing, and failed download Asked 2 years, 9 months ago Modified 9 days ago Viewed 24k times

  8. I can't uninstall an application, i accidently deleted the uninstall ...

    Oct 18, 2023 · I can't uninstall an application, i accidently deleted the uninstall.exe file for it Ask Question Asked 2 years, 3 months ago Modified 9 months ago

  9. Which MIME type is correct for (modern) Windows .exe files?

    Which MIME type is correct for (modern) Windows .exe files? Asked 9 years, 1 month ago Modified 4 months ago Viewed 73k times

  10. c# - how to make a standalone exe file - Stack Overflow

    Aug 13, 2020 · I started learning c# a couple days ago and want to send my first program to my friend but as a standalone exe file that can be shared through google drive. I've found several solutions but …