Skip to main content

Questions tagged [exe]

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

exe
-2 votes
0 answers
10 views

Compile back a decompiled .exe file [closed]

So I recently decompiled a .exe file, but it has many files after I decompiled it I need to compile it back to one .exe file by bringing this question to stack overflow I hope someone can help me fix ...
Rub Vers's user avatar
0 votes
0 answers
28 views

How can i execute this command without needing to execute it manually everytime i open the EXE

i used pyinstaller to make an exe out of my python project. when i tried to execute the EXE file i encountered the following error. Traceback (most recent call last): File "main.py", line ...
Metaverse09's user avatar
0 votes
0 answers
18 views

How to compile dart programs without Error: AOT compilation failed

When I run "dart compile exe D:\projects\dt\bin\dt.dart" it shows: Error: AOT compilation failed PathAccessException: Cannot open file, path = 'd:\projects\dt\bin\dt.exe' (OS Error: Access ...
Akshay Shahani's user avatar
1 vote
0 answers
42 views

Set properties of an exe using Golang

Here's what I have so far: package main import ( "os" "github.com/saferwall/pe" ) func main(){ exePath, _:= os.Executable() peFile, _:= pe.New(exePath, &pe.Options{}) ...
Ethan Leonard's user avatar
0 votes
1 answer
31 views

python Tkinter executable has icon set but lost in at runtime

I need to generate an executable (onefile) from my tkinter application (one .pyw file). PyInstaller myApp.pyw --onefile --icon=myIcon.ico The build executable in \dist\ folder looks good - the .exe ...
Dr. Joe's user avatar
  • 41
1 vote
0 answers
13 views

Compile Kotlin desktop application into single exe

I've got a Kotlin desktop application that I compile with Gradle into a self-containing distributable folder. However, that output folder contains 372 files making it difficult to publish so I zip it ...
t3chb0t's user avatar
  • 18k
-1 votes
1 answer
67 views

Entry point not found while my DLL file is in a folder next to my EXE

I have my EXE file compiled by Visual Studio. I am coding in C++ and I can debug and run my code correctly with the correct additional dependencies and working directory. I would get this error: The ...
Log-e's user avatar
  • 11
1 vote
0 answers
14 views

Executable/installable files with electron FE and python BE

I have a problem with my current project. I have a backend written in python which i complain with pyinstaller to an exe. The py BE communicate with websockets with the FE written in JS/hmtl/css. I ...
Martin's user avatar
  • 11
0 votes
0 answers
39 views

Python project to exe, , tagged as virus

I can't find a solution to what seems like a simple problem. I prepared an educational game in python. I want to distribute it to people who are inexperienced with computers, and PyInstaller (6.8.0) ...
user.env's user avatar
-2 votes
0 answers
15 views

How can i make my app not show the "Microsoft Defender SmartScreen prevented an unrecognized app from starting." [duplicate]

I recently developed an App and i am offering it to people, but people think its a virus now. I made an app using Python and i was expecting to be flagged as an normal app, it is not flagged as a ...
Juan Alberto Veras Veloz's user avatar
0 votes
0 answers
32 views

My executable python file packaged via pyinstaller works on my machine but not others

I have a py file which I packaged as an executable via pyinstaller. The exe works just fine on my machine as an exe, but it will not run on my colleague's. Both PCs are on Windows 11. The following ...
Nick Nazarian's user avatar
0 votes
0 answers
12 views

how to run a PS cmd in synapse python notebook such that the exe is in data lake container and pass it path to file in same data lake as input param?

How to run a PowerShell command in synapse python notebook such that the executable is in a data lake container and pass it a path to a file in same data lake as input parameter? I have already tried ...
user3868051's user avatar
  • 1,239
-1 votes
0 answers
26 views

When I install the exe file it shows warning unknown publisher. How can I fix this? [duplicate]

I create a desktop app using Flutter. And I create exe file using inno setup. When I install the exe file it shows warning unknown publisher. How can I fix this? I tried in msix but it doesn't give ...
Soton Ahmed's user avatar
-2 votes
0 answers
26 views

How to run an exe file of a server through your website and get its Window on browser?

Is it possible to run an exe file on your server through your website to start to use it through your browser? If so, how? I saw some people run pc games in browsers. So I want to do something similar....
Somebody's user avatar
0 votes
0 answers
16 views

pyautogui not finding picture on larger screen

I have a project using pyautogui that runs perfectly on my laptop. I've made an exe of the script and tried testing it on a different computer where the 'main screen' in the settings is an external ...
s.eyal's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
367