Questions tagged as '.exe'

1
answer

How to create an executable from python

I'm doing a service where I have to do a program that reads and creates files with numeric data. The problem I have is that the computers on which the program will be used are not accessible to me. Because of this, I needed to convert my file...
asked by 10.02.2017 / 18:06
1
answer

Is it possible to include the .NET requirement to run a stand-alone application?

The title can be confusing, but the goal is to make an application written with .NET run without the .NET Framework. In practice this is almost impossible because the application depends on the .NET libraries to run, but in my theory, merge the...
asked by 19.09.2018 / 05:57
2
answers

Redeem code for an executable program?

I created a program to present in college, but due to problems in my HD, I lost his code and just got the executable I created to present it. Unfortunately, I also need the code and need to know if it is possible to redeem without having to crea...
asked by 17.07.2016 / 22:44
1
answer

Installer recognized as virus

Hello, I created a program in python 3.6 and created its executable for Windows with Cx Freeze, then created an installer for it using Inno Setup 5.6. When I shared with my friends for them to test, windows prevented the installer from opening,...
asked by 06.07.2017 / 13:52
1
answer

Any generated exe can be executed or depends on the platform that was made? [closed]

I took some files from the DOS operating system with the .exe extension and ran them in a virtual machine and a DOSBOX emulator. Then I tested them on a physical machine. The result between both: physical machine, virtual machine and "mac...
asked by 18.02.2018 / 01:57
1
answer

What is the difference between a compiler and a Windows and Linux executable

When compiling a simple program for Linux, the compiler generates an executable that only works on Linux, but when compiling the Same code with a compiler for Windows it generates an executable that only works for Windows. What I want to know is...
asked by 17.04.2018 / 17:56
1
answer

.NET Core auto executable

After creating my first .NET console application on Windows 10 with Visual Studio 2017 I copied it to my Linux - Ubuntu 16.04.3 LTS server (already with .NET Core installed). I successfully ran the command: Windows > dotnet minhaApp...
asked by 20.08.2017 / 00:18
2
answers

Create an executable [closed]

Good morning, I've done a C # application recently but it's still just in the form of code and I needed to create an executable! But I never did, I do not know how. Can anyone help? Thanks!     
asked by 23.05.2017 / 11:04
1
answer

Insert Command Line in typescript

I have a MongoDB installation and configuration script as needed by the company. Install_MongoDB.BAT But I would like to automate this process by including in the project in TypeScript. I would like to insert commands that I created in .ba...
asked by 04.12.2018 / 22:15
1
answer

How do the icons in a program need not be in a resource folder or something?

I'm using Java, but it's a pretty general question indeed. When I load an image as a program icon (program icon, save, load, any icon) and change the folder where the icon is, of course there is an error because the program looks for the icon...
asked by 31.08.2016 / 02:00