Results 1 to 2 of 2

Thread: Checking for .NET Framework

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2004
    Posts
    26

    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.

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    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
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width