exe Questions

3

Solved

I have a setup created with InstallShield. During upgrade or uninstall, after Install validate process, I get a alert dialog box with the following message: "The setup must update files or ser...
Extenuation asked 29/1, 2021 at 9:3

3

I want to execute a C++ .exe which depends on DLLs by means of Azure Functions. It works on my local machine as well as when starting the exe with kudo console. Like in post Run .exe executable fi...
Rhiannonrhianon asked 18/9, 2018 at 10:21

4

Solved

How does Windows decide which icon format to display when showing an exe's icon in Windows Explorer? Problem: When we look at our icon file and exe with embedded icon file in various Windows Explo...
Verbiage asked 9/3, 2010 at 0:24

17

Solved

I got the following error when I run a command with php C:\xampp\htdocs>php 'php' is not recognized as an internal or external command, operable program or batch file. I don't get any error w...
Bedder asked 8/7, 2015 at 11:28

6

Solved

I'm trying to create an exe using pyinstaller for a school project but, windows defender seems to report a virus threat and blocks the file. I want to send this exe to some other people but i would...
Neoterism asked 11/11, 2020 at 14:48

9

Solved

I have a Windows application which will run in Windows XP and newer (i.e. Vista/7). According to the Vista UI Guidelines, the standard sizes are 16x16, 32x32, 48x48, 256x256 (XP standard sizes do n...
Abaddon asked 13/7, 2010 at 10:13

1

I created an exe file for my pySpark script using pyinstaller. But when i run the exe, I am facing "No module named 'py4j.java_collections'" error. pyinstaller version - 3.5 python version - Pyt...
Salts asked 29/8, 2019 at 14:18

5

Solved

I want to make my program executable. I used TkInter to write the GUI, and I read somewhere that you have to save your file as .pyw to hide the console when the program is executed. The problem is ...
Butz asked 13/12, 2016 at 19:58

2

Solved

I wrote a code using the pyproj library and converted this code to an exe file for use on another computer. I added the pyproj to the requirements.txt file. And I installed the library with the req...
Rebhun asked 21/9, 2022 at 8:48

4

Solved

I have a semi-large C# .exe project in visual studio 2010 Ultimate, and I would like to convert it to a DLL class library. Is there an easy way to do this that doesn't involve creating a new class ...
Himmler asked 15/12, 2011 at 18:22

4

Solved

Note: Before marking this question as duplicate, please verify that the other question answers the topic for this setup: OS: Windows 10, 64-bit Python version: 3.6 or higher Python Compiler: Nuit...
Zecchino asked 14/4, 2018 at 11:56

5

Solved

I'm figuring out a mechanism to call an exe from Java and passing in specific parameters. How can I do? Process process = new ProcessBuilder("C:\\PathToExe\\MyExe.exe").start(); InputStream is = p...
Moleskin asked 9/4, 2011 at 11:19

2

I have a .lib included in my project (Linker->Input->Additional Dependencies) that makes my .exe build require a corresponding .dll to be provided with the .exe. Naturally, I would put the .dll in ...
Coldshoulder asked 8/2, 2014 at 12:46

6

Solved

Using Delphi (or in general any tools, if exist of course), is it possible to reduce size of an exe file, removing all code that not is used but that is present there? (for example, a function or p...
Ipswich asked 13/9, 2011 at 7:59

2

Solved

How can I load an exe file—stored as a base64 encoded string—into memory and execute it without writing it to disk? The point being, to put some kind of control/password/serial system ...
Havre asked 6/5, 2013 at 19:52

6

Solved

I'm trying to make an executable file (.exe file for windows) for the code here. The main file to run is src/GUI.py. I found that pyinstaller is a better option to create the exe file. I tried bot...
Sorehead asked 3/5, 2020 at 13:10

1

Solved

$password = ConvertTo-SecureString “Password+++” -AsPlainText -Force $Cred = New-Object System.Management.Automation.PSCredential ("Admin", $password) $FileLocale = Split-Path -Parent -Pa...
Arrowroot asked 15/2, 2022 at 14:8

7

I've been trying to create an exe file from my py files. There are multiple py files, however, 1 entry point file. My code takes input from html, csv, xml files and generate a word file as an outpu...
Edmonton asked 1/5, 2021 at 10:39

3

I've created a Python script to store data in MySQL. It works properly in PyCharm. When converted to an exe file it does not work. This is traceback from the command line: Traceback (most recent ca...
Enravish asked 17/1, 2022 at 13:20

2

Solved

I created a desktop application using python as the backend and Electron JS integrated with Node JS as the front end. The image below is the file tree for my project. I was able to link up both th...
Ghazi asked 18/4, 2021 at 8:41

4

Solved

There are documented values for Windows Vista to 10. The first Insider build of Windows 11 was just released, and the documentation wasn't updated yet, but perhaps it can be found somewhere in the ...
Crake asked 3/7, 2021 at 22:14

6

Solved

I created a client server application in C++ using Visual Studio. Now I want to run the client EXE file on another computer (which doesn't have Visual Studio installed), but when I try run the EXE...
Gazelle asked 8/3, 2013 at 15:17

3

Solved

(Translator used.) I was making an exe file using Costura and Fody. However, if the dll file is missing, it cannot run. And there is a warning in my Visual Studio. Warn: FodyPackageReference Fody: ...
Cost asked 20/2, 2021 at 11:3

6

Solved

I have created a .exe file of a simple script with intentions to run it on a server however I cannot seem to figure out what this fault means or find any answers online. The fault code is as follow...
Linalool asked 8/1, 2019 at 7:28

3

Solved

I've had Eclipse for Java on my computer for a few years, and decided to install the CDT and learn C. I installed both MinGW and Cygwin and the CDT detects and tries to use them when I make a new p...
November asked 19/7, 2011 at 18:59

© 2022 - 2025 — McMap. All rights reserved.