Re: Package and deploy in .NET




You don't necessarily have to include it, but they have to have it.

There's no free lunch.

If you want to run a .Net 2.0 application, the client machine has to have
the framework (2.0).

They can either:

1. Have it already.
2. Install it from windows update or microsoft.com
3. You provide it.

Pick your poison.




"-xx-" <khmer_lovers@xxxxxxxxx> wrote in message
news:u9NoeKwHHHA.924@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

I have an application written in C# .NET 2005 using .NET framework v2.0,
the
execute file is only 500KB and it used two third party DLLs, all added up
to round about 1MB.

My question is when i distribute my application to friends do i have to
include .NET framework v2.0 as part to of the setup. I don't really want
to
include .NET framework v2.0 because it increases my final executable
install
file dramatically. From 1.5MB to 25MB because the framework v2 is 22+MB.

Is there anyway i can get my application running on my friends machine
without installing the full version of .NET framework v2. I want the
absolute mimimum because my application doesn't use much of the .net
controls anyway, mostly console and back up processing.

Looking forward hearing from you all.

Regards




.



Relevant Pages

  • Re: Package and deploy in .NET
    ... If you want to run a .Net 2.0 application, the client machine has to have ... Install it from windows update or microsoft.com ... Is there anyway i can get my application running on my friends machine ... without installing the full version of .NET framework v2. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Must be the .NET Framework to be Install on Client Machine When us
    ... the NET framework must be installed in the computer that has the website ... all you need to to install .NET framework in the Web Server machine that ... is hosting your website. ... Must be the .NET Framework to be Installed on Client Machine, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Must be the .NET Framework to be Install on Client Machine Whe
    ... "Bruno Alexandre" wrote: ... Why should we have to Install .NET Framework on Client Machine. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Must be the .NET Framework to be Install on Client Machine Whe
    ... Why should we have to Install .NET Framework on Client Machine. ... "Bruno Alexandre" wrote: ...
    (microsoft.public.dotnet.framework.aspnet)
  • .NET dll
    ... I have java web services which exposes certain APIs. ... This works in case .NET framework is installed on the client machine. ... I do not want to install .NET framework on each and every client ...
    (comp.programming)

Loading