PDA

Click to See Complete Forum and Search --> : Checking for .NET Framework


farklem
Feb 26th, 2005, 09:31 PM
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.

MrPolite
Feb 27th, 2005, 07:05 PM
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=278074&highlight=bootstrapper


rate my post :D