Running Application Without .net Framwork

A

abhya

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.

(e-mail address removed)
 
P

pvdg42

abhya said:
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.

(e-mail address removed)

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?
 
J

JoeM

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.
 
M

Michael Nemtsev

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> (e-mail address removed)
a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top