How to Study a Week Before an Exam
Q&A for How to Make an Exe File
Coming soon
Search
-
QuestionHow do I add a task to a download a definition package and run it?Community AnswerIn the first step (with the three options), choose the one that lets you run a command (top one). Then, use the proper "schtask" command to do this.
-
QuestionCan I add WinRAR files to the Exe file?Community AnswerYes, any file extension will work. However, the user would still need to install a program to open that file.
-
QuestionWhen I test out IExpress, where will I be able to access my package from?Community AnswerSearch your .exe program in the Windows search, and click on it, or drag it to the desktop.
-
QuestionWhat's is an EXE file?Community AnswerAn EXE file is an executable file that does what you wrote in the code.
-
QuestionWhat should I do if my Windows PC didn't come with lexpress.exe?Community AnswerAll windows PC's come preinstalled with this functionality. It is part of the default software kit.
-
QuestionWhere do I find the ExeScript utility?Community AnswerIt automatically comes with your computer. All you need to do is change the extension to ".exe".
-
QuestionHow do I make an EXE file open a JAR file?Community AnswerWhich programming language? For VisualBasic it's "Proccess.start(XXX\test.jar).
-
QuestionWhich programming language was used for the tutorial?Qsc9Community AnswerThe programming language used in this tutorial is the Assembly programming language.
-
QuestionWhat should I do if it won't open MakeCAB?Community AnswerYou'll need to right-click on it after searching for iExpress in the start menu and click "Run iExpress as administrator."
-
QuestionWhat type of files do I put in an .EXE file?Community AnswerYou can put any files in an .exe file, but you can't put Mac files or else it will not work.
-
QuestionHow can I get this EXE file to work on other computers?Community AnswerIf you mean other operating systems, then unfortunately, you can't; executables are made for Windows, so you won't be able to open them using MacOS, Linux, etc.
-
QuestionWhat do I do if I see "Could not open to report file (location)/setup.exe"?Community AnswerYou need to run IExpress as administrator.
-
QuestionWhat do I do if I get an "unable to open the report file" message after making my exe file?Community AnswerTo get past this error, IExpress.exe needs to be run as administrator. Right click on IExpress.exe and click on "Run as administrator."
-
QuestionCan I open multiple files at once?Community AnswerYes, if you use a little bit of code in Batch FX or other scripting/coding languages.
-
QuestionIs this utility also used to create .exe for driver packages?Community AnswerMost likely not. There are other (more professional) tools to create installers.
-
QuestionCan I turn an SWF file into an EXE file?Community AnswerYes, there are a number of apps that can convert this for you; just do a search on a reputable download site such as download.cnet.com.
-
QuestionWhy am I getting errors when opening the make cab directive file?Kelvin KyaloCommunity AnswerYou are most likely getting the error because you have not opened iExpress as an administrator. Search iExpress from the Start menu and right click on it, then Run as Administrator.
-
QuestionWhat should I do if I get an "error creating cabinet" message?Community AnswerYou need to run iexpress as an administrator to create the cabinet, otherwise it doesn't work.
-
QuestionWhat are all the computer languages this method supports?Community AnswerThis method supports only assembly. However, you can make the exe file through other methods and languages too! The Go programming language is a cross-platform language that compiles to an exe on Windows.
-
Questionit says “Unable to open the Report file.” What do I do? It does that every time.Community AnswerThis is an Access Denied error. To fix that, run iexpress as administrator.
-
QuestionWhat do I do if it says "Error creating Cabinet"?Community AnswerThat is an Access Denied error. To fix that, run iexpress as administrator.
-
QuestionI made the program in Java 11. There is no JRE for Java 11, but using JLink I created a local JRE. I want to instruct Launch4j to use that JRE. I tried using a bundled JRE-path, but it fails at runtime. How do I do it?Community AnswerMake sure your JRE is in the default folders the JREs are kept in, C:/Program Files/Java/, so that if you give your exe to someone else, it will be able to find the JRE in the same place. If you aren't using a popular jre though, other people won't be able to run it because they don't have the jre.
-
QuestionHow do I bypass "This app can't run on this PC"?Community AnswerThis is just pure code. You will need to compile it. This error message appears if you try to run plain text as code. You can't bypass it.
-
QuestionWhat programming language that .EXE file use?Pm_7Community AnswerThey're binary files of machine code, it's not a particular programming language.
-
QuestionI got an 'Error creating cabinet'. What does this mean?Boyfriend From FNFCommunity AnswerThat means there was an error while creating the CAB (cabinet) file. Try again by following the same steps.
-
QuestionIs this completely safe?Taco LoverCommunity AnswerYes, if you make the files yourself. You will know the contents, so everything in the files will be safe to use.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit