I want to run the Application on CLient computers WITHOUT
installing .net Framwork on their Computer.
Is this Possible?
Is not then does Microsoft Started doing any work to overcome this
problem?
Because Client wants just an .Exe file....! So that installation is
Simple.
There is Some information available on Given Link:http://www.dabcc.com/
article.aspx?id=3284
IS there Same kind of facility provided in .NET framwork.
If so then Please Guid me.
Thanking You.

abhijit.dalvi29@gmail.com

Re: Running Application Without .net Framwork by pvdg42

pvdg42
Wed Jun 06 07:28:19 CDT 2007


"abhya" <abhijit.dalvi29@gmail.com> wrote in message
news:1181131043.103517.56010@n15g2000prd.googlegroups.com...
>I want to run the Application on CLient computers WITHOUT
> installing .net Framwork on their Computer.
> Is this Possible?
> Is not then does Microsoft Started doing any work to overcome this
> problem?
> Because Client wants just an .Exe file....! So that installation is
> Simple.
> There is Some information available on Given Link:http://www.dabcc.com/
> article.aspx?id=3284
> IS there Same kind of facility provided in .NET framwork.
> If so then Please Guid me.
> Thanking You.
>
> abhijit.dalvi29@gmail.com
>

The .NET Framework is part of the OS, starting with Vista. If you are
dealing with XP and/or 2000, why not create a setup and deployment project
that includes the framework (if needed for a given target) in a single
installation package? The client will then get a "simple" install. Will that
overcome your client's objection?



Re: Running Application Without .net Framwork by JoeM

JoeM
Wed Jun 06 19:47:19 CDT 2007

probably won't overcome the client's objection - we run into the same thing.
We'd like to build simple, autoexecuting apps (running demonstrations, roi
calculators, etc) and the customers just won't use it if they have to do an
install. Its enough to get them to read the letter and put the CD in the
drive. This is an all out honest response.


"pvdg42" <pvdg42@newsgroups.nospam> wrote in message
news:etGUzYDqHHA.4196@TK2MSFTNGP06.phx.gbl...
>
> "abhya" <abhijit.dalvi29@gmail.com> wrote in message
> news:1181131043.103517.56010@n15g2000prd.googlegroups.com...
>>I want to run the Application on CLient computers WITHOUT
>> installing .net Framwork on their Computer.
>> Is this Possible?
>> Is not then does Microsoft Started doing any work to overcome this
>> problem?
>> Because Client wants just an .Exe file....! So that installation is
>> Simple.
>> There is Some information available on Given Link:http://www.dabcc.com/
>> article.aspx?id=3284
>> IS there Same kind of facility provided in .NET framwork.
>> If so then Please Guid me.
>> Thanking You.
>>
>> abhijit.dalvi29@gmail.com
>>
>
> The .NET Framework is part of the OS, starting with Vista. If you are
> dealing with XP and/or 2000, why not create a setup and deployment project
> that includes the framework (if needed for a given target) in a single
> installation package? The client will then get a "simple" install. Will
> that overcome your client's objection?
>
>



Re: Running Application Without .net Framwork by Michael

Michael
Thu Jun 07 03:00:17 CDT 2007

Hello abhya,

See there http://www.yoda.arachsys.com/csharp/faq/#framework.required alternative
solution

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

a> I want to run the Application on CLient computers WITHOUT
a> installing .net Framwork on their Computer.
a> Is this Possible?
a> Is not then does Microsoft Started doing any work to overcome this
a> problem?
a> Because Client wants just an .Exe file....! So that installation is
a> Simple.
a> There is Some information available on Given
a> Link:http://www.dabcc.com/
a> article.aspx?id=3284
a> IS there Same kind of facility provided in .NET framwork.
a> If so then Please Guid me.
a> Thanking You.
a> abhijit.dalvi29@gmail.com
a>