Top "Exe" questions

EXE is a common filename extension for an executable file (a program) in Microsoft Windows and other operating systems (e.g. DOS, OpenVMS, Symbian, and OS/2).

Create a single executable from a Python project

I want to create a single executable from my Python project. A user should be able to download and run …

python compilation exe packaging software-distribution
How to change an executable's properties? (Windows)

When I create a .exe, I can right click it and go to properties->details. Then I get a …

c++ windows properties exe executable
How do I bundle a JRE into an EXE for a Java Application? Launch4j says "runtime is missing or corrupted."

I am new to programming in Java but am generally familiar with how everything works. I would like to be …

jar exe java launch4j
Changing the icon of an exe file in windows 7

How can i change the icon of an exe file in windows7.I am asking about changing the icon of …

windows-7 exe
Conversion of .class to jar and .class to exe

How do I convert: class file to jar file using cmd? class file to exe file? jar file to exe? …

java jar exe .class-file
Problems with running EXE file built with Visual Studio on another computer

I created a client server application in C++ using Visual Studio. Now I want to run the client EXE file …

c++ visual-studio visual-studio-2008 visual-c++ exe
How to convert python .py file into an executable file for use cross platform?

I've been searching through SO for a while now trying to come up with an answer to this but due …

python exe py2exe cx-freeze pyinstaller
Determine if MSI/EXE supports certain flag/argument?

I'm creating an auto-updater that can run MSIs and EXEs. These MSIs/EXEs aren't my own. I'd like to use …

windows-installer exe unattended-processing
Convert PowerShell script to exe

I'm looking to convert a PS1 file to an .exe file so I can roll it out to less technical …

powershell exe
How do I compile my Python 3 app to an .exe?

How do I convert my Python app to a .exe? I made a program with tkinter and was wondering how …

python tkinter compilation exe python-3.3