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

    Sep 30, 2009 · 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 …

  2. How can I install and use "make" in Windows? - Stack Overflow

    I searched online, but I could only find a make.exe file, a make-4.1.tar.gz file (I don't know what to do with it next) and instructions for how to download MinGW (for GNU; but after installing it, I …

  3. Is it possible to "decompile" a Windows .exe? Or at least view the ...

    Nov 7, 2008 · A friend of mine downloaded some malware from Facebook, and I'm curious to see what it does without infecting myself. I know that you can't really decompile an .exe, but can I …

  4. SQL Server® 2016, 2017, 2019 and 2022 Express full download

    Jan 25, 2017 · All previous version of SQL Server Express were available in both web and full downloads. But I cannot find full download of SQL Server® 2016 Express. Does it exist? …

  5. How to run an installation in /silent mode with adjusted settings

    Sep 14, 2018 · 2 My goal: I want to create a CMD command that will installs a program with adjusted install settings. If I execute my .exe install file without any parameters, I have to click …

  6. Create Windows service from executable - Stack Overflow

    Aug 27, 2010 · Is there any quick way to, given an executable file, create a Windows service that, when started, launches it?

  7. How to completely remove Python from a Windows machine?

    del python.exe del python3.exe Now the command prompt won't be showing it anymore where python --> yields nothing, and you are free to install another version from source / anaconda …

  8. How can I start PostgreSQL on Windows? - Stack Overflow

    The issue is, the PostgreSQL installer postgresql-14.5-1-windows-x64.exe doesn't create such a service. So the only option seems to be "C:\Program Files\PostgreSQL\14\bin\pg_ctl.exe" …

  9. What's the difference between an EXE and a MSI installer?

    Oct 7, 2010 · Legacy Setup.exe Installer: Note that an EXE file can also be a non-MSI installer In other words an old-style installer not based on the Microsoft MSI format (which is a MS-SQL …

  10. How do I set the version information for an existing .exe, .dll?

    As part of our build process I need to set the version information for all of our compiled binaries. Some of the binaries already have version information (added at compile time) and some do …