Checking for .NET Framework
Ok, I am developing an app which doesn't have an installer. My biggest problem is that alot of people don't have .NET Framework and as you know, running an app when .NET isn't installed doesn't give a verry user friendly message. Basicly I am trying to have my app check the registry for .NET as it is starting up and give a friendly message if .NET is not installed.
Re: Checking for .NET Framework
Quote:
Originally Posted by farklem
Ok, I am developing an app which doesn't have an installer. My biggest problem is that alot of people don't have .NET Framework and as you know, running an app when .NET isn't installed doesn't give a verry user friendly message. Basicly I am trying to have my app check the registry for .NET as it is starting up and give a friendly message if .NET is not installed.
look up "bootstrapper"
also check this thread, I responded to something like this before, and apparently it helped
http://vbforums.com/showthread.php?t...t=bootstrapper
rate my post :D