About 2,330,000 results
Open links in new tab
  1. How can I find out if an .EXE has Command-Line Options?

    Jan 15, 2012 · Suppose you have an .EXE and you want to check if it has Command-Line Options. How can one know if the .EXE has this ability. In my case I know that Nir Sofers …

  2. I've downloaded an .exe file but it closes quickly as it opens

    Aug 30, 2014 · I am trying to open a downloaded .exe file but it closes as soon as it opens. Is there any possible way so that I can open it for a longer duration to read the content.

  3. Convert PowerShell script to exe - Stack Overflow

    Jan 19, 2018 · I'm looking to convert a PS1 file to an .exe file so I can roll it out to less technical users. I believe it'll be much easier for them if all they need to do is double-click it vs explaining …

  4. 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 …

  5. 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 …

  6. 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 …

  7. powershell - EXE silent installation - Stack Overflow

    EXE silent installation Asked 10 years, 1 month ago Modified 1 year, 6 months ago Viewed 248k times

  8. 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 …

  9. Installer vs. zip or executable exe? - Stack Overflow

    Some .exe files can be ran straightly, though (it's probably cause they don't have much source files to extract, huh?). I was wondering, what's the difference between an installer, that just …

  10. How to decompile an exe file compiled by py2exe? - Stack Overflow

    Jun 9, 2011 · How to decompile an exe file compiled by py2exe? just one exe file, didn'n have any zip file. how to decompile to pyc or pyo file?