Availabilty of .NET framework

  • Thread starter Thread starter Curious
  • Start date Start date
C

Curious

Hi,

I wrote a small application that I am to distribute to my friends for
using it. Before executing the application, I require to check if they
have the .NET framework installed on their PC.

What could command, or what should I tell them to check before trying
to use the application.


Thanks in Advance
 
Hi,

If you include an installer with it you can check if the framework is
installed or install it if not. There is doc about how to do this in msdn.

Otherwise, if you just publish the .EXE the user will receive an error when
running it.
 
Hello Curious,

Checking registry is the way to be sure if .NET FW is installed
See my article http://laflour.spaces.msn.com/blog/cns!7575E2FFC19135B4!393.entry
relating this issue


C> Hi,
C>
C> I wrote a small application that I am to distribute to my friends for
C> using it. Before executing the application, I require to check if
C> they have the .NET framework installed on their PC.
C>
C> What could command, or what should I tell them to check before trying
C> to use the application.
C>
C> Thanks in Advance
C>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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

Back
Top