How to Stop Being Stubborn
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 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.
-
QuestionWhat should I do if I see "Unable to open the Report file"?huma awanCommunity AnswerIf you see the error message "Unable to open the Report file," it usually indicates a problem accessing the specified report file. Ensure the file path is correct, check permissions, confirm the file format, and verify the file is not corrupted. Also, review the application's settings and try regenerating the report or updating the software. If the issue persists, consult the application's documentation or contact support.
-
QuestionCan I convert an .html file into an .exe file?Robert BrownCommunity AnswerYes, you can convert an .html file into an .exe file using tools like Electron.js (best for apps) or Web2Exe. Another simple way is creating a .bat file to open the HTML in a browser and converting it to .exe with a BAT to EXE converter.
-
QuestionHow do I make an exe open the Command Prompt?ScofeildCommunity AnswerTo make an executable open the Command Prompt, create a batch script (e.g., `OpenCmd.bat`) with the content: `@echo off` and `start cmd.exe`. Save the script and use a tool like "Bat to Exe Converter" to compile it into an executable (e.g., `OpenCmd.exe`). When executed, this executable will open a new Command Prompt window. Ensure you download tools from reputable sources and consider user system settings or security software that may affect script execution.
-
QuestionWhy does the .exe file give me a "loadstring error" saying "Could not load string resource"?huma awanCommunity AnswerThe error message "loadstring error. Could not load string resource" usually means the executable is trying to access a missing or inaccessible string resource. Ensure the executable and necessary resource files are in the correct directory, or try reinstalling the application. Run the executable as an administrator, check for necessary dependencies, look for software updates, and consult documentation or support forums for further help. If the problem persists, contact the software's support team with detailed information about your system and software.
-
QuestionHow do I create an uninstaller?Fasthow123Community AnswerYou can create an uninstaller using NSIS (Nullsoft Scriptable Install System). It is a scriptable tool that allows you to delete files at specific locations in the Program Files directory or elsewhere.
-
QuestionWhat should I do if the program asks for an .RPT file?Garrett FordCommunity AnswerTo convert an EXE file to an RPT file, you can search for an online EXE to RPT file converter. Upload the EXE file to the converter's website, click the "convert" button, and then save the resulting RPT file to your computer.
-
QuestionHow can I convert a project made in Notepad into an .exe file?BRODY LINDCommunity AnswerTo convert a project from Notepad into an .exe file, you need to compile it using a suitable compiler. Simply changing the file extension to .exe will not work because it does not alter the contents of the file.
-
QuestionThe instructions are confusing. In the first section, point 8, it says to click all files. In the next step, it says 'save as type - Txt documents'. Do I save it as a txt or an app?Random LettersCommunity AnswerYou should save the file as a text document with the extension ".exe" to create an executable file.
-
QuestionHow can I add a file version to a created .exe file?Bella L.Community AnswerYes, there is a way. First, find the file, right-click on it, and click "Properties" or "Information." Then, edit the "File version" or "Product version" properties.
-
QuestionWhy does Sophos Endpoint detect my executable as a PUA?ArmandNCommunity AnswerPUA stands for Potentially Unwanted Application. This can occur if the executable is unknown to Sophos or if it is not digitally signed.
-
QuestionWhen I try to create the CAB, it almost completes but then gives an error. I tried with a friend's exe file and got the same error, but with a different exe file name.Williams KateCommunity AnswerIf you're using MakeCab, ensure the .ddf file is correctly formatted and check for any typos or errors in it.
-
QuestionWhat should I do if my username is in another language and IExpress cannot recognize it?Phoenix FCommunity AnswerYou can try changing your username to Latin letters, which should allow IExpress to recognize it. Alternatively, consider using another software that supports your language. If these options do not work, contact Windows support for further assistance.
-
QuestionHow can I create an EXE installer to install Java 8 and set the path variables if Java 8 is not installed?Williams KateCommunity AnswerYes, it's possible to create an EXE installer that installs Java 8 and sets path variables if Java 8 is not installed.
-
QuestionHow do I fix the "error creating cabinet" issue when trying to download a file?Williams KateCommunity AnswerThis error often occurs during the download or installation process, particularly when creating a cabinet file (.cab) for the installer. Common fixes include retrying the download, checking your internet connection, using a download manager, ensuring sufficient disk space, and verifying the file path or name.
-
QuestionHow can I make an EXE file appear in the Task Manager?Bella L.Community AnswerSimply running the EXE will make it show up in Task Manager. It may not appear at the top, but it is there.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit