-1
votes
2answers
35 views
need help writing hexadecimals to an exe file
can somone tell me how to write these hexadecimals to an exe file while still having it exec
4D 5A 50 00 02 00 00 00 04 00 0F 00 FF FF 00 00 B8 00 00 00 00 00 00
00 40 00 1A 0 …
2
votes
7answers
246 views
Use SSL with Delphi yet still having a single exe
Hi,
We use Indy and we need SSL eMail support in our app., however we need to have our application in a single .Exe.
We know that the default Indy handler requires to have the d …
1
vote
7answers
147 views
Load and run an EXE file after a website loaded
Is there a way to load and run an EXE file on the client side, after a webpage has been loaded ? [with java script or HTML ]
2
votes
4answers
64 views
Windows Executable to run Java application deleted by anti virus scanner
I built a Java application that is delivered on USB sticks. To ensure compatibility, I ship an appropriate JVM on the sticks. I made an EXE that simply invokes this JVM with the ap …
2
votes
2answers
124 views
How to run exe in powershell with parameters with spaces and quotes
How do you run this command in powershell:
C:\Program Files\IIS\Microsoft Web Deploy\msdeploy.exe -verb:sync -source:dbfullsql="Data Source=mysource;Integrated Security=false;User …
0
votes
4answers
123 views
Create a new EXE from within C
Am working in VC++ 2008 (express) and I would like to write something in C that creates an "empty" exe that I can later call LoadLibrary on and use BeginUpdateResource, UpdateResou …
0
votes
1answer
49 views
“QSqlDatabase ob” crashes in QT!!!
in my development pc, the line "QSqlDatabase ob" doesn't crash & works just fine. But in a fresh pc moved the exe and it crashed but if i comment the above line and prepare the …
0
votes
2answers
53 views
Finding my main executable’s path using Assembly vs AppDomain
Hi all,
My first stackoverflow question, hurray to me.
I'm a .NET user, and my goal is as simple as finding the absolute path of the directory of my main executing assembly (the E …
0
votes
4answers
117 views
Windows: Changing the DLL search order for an Exe
Hi,
I have a C++ Exe in an application directory which contains the DLLs used by it. Now, for some testing purpose I need to modify an existing DLL and use that instead of the ori …
11
votes
4answers
411 views
what’s in a .exe file?
So a .exe file is a file that can be executed by windows, but what exactly does it contain? Assembly language that's processor specific? Or some sort of intermediate statement that …
0
votes
0answers
70 views
Are executables(.exe) favorite slaves of viruses? [closed]
Often viruses are attached to an .exe file.
Are executables main target of viruses so as to cause maximum (rather faster) harm on the destination side?
Are there any other format …
0
votes
2answers
67 views
Is EXE locked (vs DLL)?
If I put all my controls inside the EXE, is it accessible from outside like it would be accessible when it's placed in a DLL?
0
votes
1answer
30 views
How do I call a .NET windows app that has been installed from a publish?
If I publish two separate C# Windows forms apps to a server, and a user installs both of these apps on their machine, how would I get one app to call the other (possibly with param …
0
votes
1answer
178 views
Extract MSI from EXE
Dear all
I want to extract MSI of an EXE setup to publish over network!!!!
There is some ways. for example using universal extractor......
but doesn't work for JAVA Run-time env …
0
votes
2answers
89 views
How to make setup exe file run on its own ?
Hi everyone,
When i click a exe file it gets extracted well in a folder on specifying the folder path.
i have another exe file which comes in the folder with other DLL files on ex …
