Re: Adding the .NET Framework in an Application

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 10/02/04


Date: Sat, 2 Oct 2004 19:41:10 +0100

Robert Jordan <robertj@gmx.net> wrote:
> > In fact, I believe it's less embeddable. It's quite possible to have a
> > JRE which is "private" to an application (with the files just present,
> > but no installation procedure required), but I don't *think* .NET can
> > run without being properly installed.
>
> There is a shop that pretends to be able to do that, but
> I lost their URL. I don't belive either ;-)

If you mean the Salamander linker, I believe that actually does
something slightly different - it's not that it has the normal
framework in a private directory, so much as it builds appropriate bits
into a specially formed library.

Of course, you might be thinking of something entirely different :)

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too