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).

accepting and EULA for a quiet install of an EXE c#

I am working on packaging up some installers, for internal use. I have the uninstall working fine with a passive …

c# exe eula
How to make .exe file for izpack installer .jar file

I make an installer with izpack. Its in .jar file. I want to make it in .exe file in order …

java jar installation exe izpack
What is the correct way to launch slimerjs in casperjs (with an absolute path)?

Well, i can launch slimerjs by specifying the path of the slimer.bat file : C:\bin\slimerjs\slimerjs.bat and …

exe relative-path casperjs absolute-path slimerjs
Problems with Fody/Costura

To start with: I'm a complete beginner. I have two projects in one solution. One project is a console application, …

c# exe fody fody-costura
Create a .bat file to run an exe as administrator

I've created a batch file for running a setup.exe (code below) but I'm having issues getting the setup.exe …

windows batch-file exe administrator
Extracting EXE Icons in Ubuntu Linux

I'm looking for a way to extract Icons from EXE files on Linux. How can I accomplish this on Linux …

linux icons exe extract
Path of %ProgramFiles(x86)% in 64 bit machine (for Registry)

Question: What is the equivalent of [INSTALLDIR] for %ProgramFiles(x86)% to use in Registry in 64 bit machine ? I have a …

c# x86 registry exe program-files
How do I make my program, written in Java, usable to other people?

So I've written a funny little program and I want to show it to some of my friends. My friends, …

java object draw exe .app
Trying to execute self extracting zip file silently in command line

I have these self extracting zip files that I'm trying to extract on 2008/7 machines remotely. But they are coming in …

zip executable exe self-extracting winzip
self extracting zip taking arguments

I am looking for a tool that will allow me to create a self extracting executable file which can take …

parameters installation arguments exe self-extracting