2
votes
2answers
63 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
119 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
39 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
29 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
101 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 …
0
votes
0answers
69 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
1answer
29 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 …
11
votes
4answers
405 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
1answer
115 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
63 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
2answers
55 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 …
1
vote
3answers
99 views
find icon for .exe
I have the path name to a .exe file.
How do I find the path to the icon that windows would use if this file were dropped on the desktop? (I want to display this icon in my own pr …
1
vote
4answers
83 views
How can I get browsers to download an exe instead of opening it in the browser window?
I have a website from which I want to enable browser users to download an exe.
I am testing it with a very simple HTML file which I load into the web browser with "File>Open". The …
1
vote
2answers
93 views
run exe file on another computer
Hi,
I've build an app in VS2008 and built an exe file.
when I copy the exe file to another computer it doesn't work.
I get the message: This application has failed to start beca …
1
vote
0answers
31 views
Start exe after msi install but using current user privileges
I am using Visual Studio 2008 to build an MSI install package. Within the install I have numerous custom actions. Within the OnAfterInstall custom action I attempt to start an ex …
