Re: trivial question about building exe
- From: "Piotr Dobrowolski" <Piotr.Dobrowolski@xxxxxxxxxxxxxxx>
- Date: Thu, 09 Mar 2006 20:22:15 +0100
Dnia 09-03-2006 o 18:38:58 Dariusz Tomon <d.tomon@xxxxxxxxx> napisał:
Hello[PD] If I understand you correctly you want to compile all dlls to one file. In other words you want to link *dynamic* libraries statically. This is not the way you should use dynamic libraries but if you are sure you know what you are doeing you can theoretically add all the libraries to the resources of your application and get them from the resources and save them to disc before your application will use them.
I have got windows application project (C# Visual Studio 2003) with
references to external dlls. All I want is to compile everything into one
exe file, so that I can send it to another machine and it works.
I would also ask about creating installation package so that others could
install my application.
To create installation package use New\Project\Other Project Types\Setup and Deloyment (at least in VS 2005, as far as I remember it looks similar in VS 2003). BTW it is much better idea to create and distribute a setup package (i.e. single msi file) than to try to stuff all the dll's into the exe file...
--
Piotr Dobrowolski
Piotr.Dobrowolski@xxxxxxxxxxxxxxx
.
- Follow-Ups:
- Re: trivial question about building exe
- From: Piotr Dobrowolski
- Re: trivial question about building exe
- References:
- trivial question about building exe
- From: Dariusz Tomon
- trivial question about building exe
- Prev by Date: Assembly Dll's, Interfaces and Swapping
- Next by Date: Re: trivial question about building exe
- Previous by thread: Re: trivial question about building exe
- Next by thread: Re: trivial question about building exe
- Index(es):
Relevant Pages
|