>I want to run the Application on CLient computers WITHOUT
> installing .net Framwork on their Computer.
[quoted text clipped - 10 lines]
>
> 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?
JoeM - 07 Jun 2007 01:47 GMT
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.
>>I want to run the Application on CLient computers WITHOUT
>> installing .net Framwork on their Computer.
[quoted text clipped - 16 lines]
> installation package? The client will then get a "simple" install. Will
> that overcome your client's objection?
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>