Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. How many people have NET Framework 2.0 (or later) installed?

How many people have NET Framework 2.0 (or later) installed?

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdotnethelpquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mika Larramo
    wrote on last edited by
    #1

    Hi there, I plan to create a menu interface program for CD/DVD that uses classes from .NET Framework 2.0. There are some powerful classes in .NET that I want to use instead of creating them by myself to reduce the developing time. This menu program should be started automatically when the user inserts the CD/DVD in the drive. This is done by using the AutoRun technology in Windows. The problem is that if .NET Framework 2.0 is not installed in the computer this program can not be started. Then the user must first install .NET Framework 2.0 before the program can be run. Well, this is a common problem to all .NET programs and normally maybe this is not a big problem, but this program is supposed to show a menu interface immediately, and, I guess most users expect that, always... I know that Windows Vista always have .NET Framework 2.0 installed and I guess most Windows XP users today also have it. But I have never found any statistics about this. Does anybody know an Internet site that have statistics about how many people that uses .NET Framework 2.0, and the other versions of .NET Framework? Does Microsoft have some statistics? /Mika

    C T 2 Replies Last reply
    0
    • M Mika Larramo

      Hi there, I plan to create a menu interface program for CD/DVD that uses classes from .NET Framework 2.0. There are some powerful classes in .NET that I want to use instead of creating them by myself to reduce the developing time. This menu program should be started automatically when the user inserts the CD/DVD in the drive. This is done by using the AutoRun technology in Windows. The problem is that if .NET Framework 2.0 is not installed in the computer this program can not be started. Then the user must first install .NET Framework 2.0 before the program can be run. Well, this is a common problem to all .NET programs and normally maybe this is not a big problem, but this program is supposed to show a menu interface immediately, and, I guess most users expect that, always... I know that Windows Vista always have .NET Framework 2.0 installed and I guess most Windows XP users today also have it. But I have never found any statistics about this. Does anybody know an Internet site that have statistics about how many people that uses .NET Framework 2.0, and the other versions of .NET Framework? Does Microsoft have some statistics? /Mika

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I would still say that you'd be crazy to assume everyone has .NET. Just write a bootstrapper that installs it from your CD.

      Christian Graus Driven to the arms of OSX by Vista.

      M 1 Reply Last reply
      0
      • M Mika Larramo

        Hi there, I plan to create a menu interface program for CD/DVD that uses classes from .NET Framework 2.0. There are some powerful classes in .NET that I want to use instead of creating them by myself to reduce the developing time. This menu program should be started automatically when the user inserts the CD/DVD in the drive. This is done by using the AutoRun technology in Windows. The problem is that if .NET Framework 2.0 is not installed in the computer this program can not be started. Then the user must first install .NET Framework 2.0 before the program can be run. Well, this is a common problem to all .NET programs and normally maybe this is not a big problem, but this program is supposed to show a menu interface immediately, and, I guess most users expect that, always... I know that Windows Vista always have .NET Framework 2.0 installed and I guess most Windows XP users today also have it. But I have never found any statistics about this. Does anybody know an Internet site that have statistics about how many people that uses .NET Framework 2.0, and the other versions of .NET Framework? Does Microsoft have some statistics? /Mika

        T Offline
        T Offline
        Thomas Stockwell
        wrote on last edited by
        #3

        The only thing that can really be assumed: All Windows Vista and above OS will have at least .NET 3.0. Unfortunately, Microsoft has not pushed .NET 2.0 or .NET 3.0 to older systems through either Windows Updates or Service Packs.

        Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog

        M 1 Reply Last reply
        0
        • C Christian Graus

          I would still say that you'd be crazy to assume everyone has .NET. Just write a bootstrapper that installs it from your CD.

          Christian Graus Driven to the arms of OSX by Vista.

          M Offline
          M Offline
          Mika Larramo
          wrote on last edited by
          #4

          Yes. I will of course check if NET Framework is installed, as the first thing I do, and start an installation if not. But I am just worried it will take a very long time. NET Framework is big and people expects a menu appear immediately. But I have to do some tests and see how long time it will take. And see how the user experience is if they need to wait long time before the menu appears.

          1 Reply Last reply
          0
          • T Thomas Stockwell

            The only thing that can really be assumed: All Windows Vista and above OS will have at least .NET 3.0. Unfortunately, Microsoft has not pushed .NET 2.0 or .NET 3.0 to older systems through either Windows Updates or Service Packs.

            Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog

            M Offline
            M Offline
            Mika Larramo
            wrote on last edited by
            #5

            It would be interesting to know how many percent of for example the Windows XP users really have NET 2.0 installed, but there are maybe no official statistics here to read. But I guess the number of people having NET 2.0 or above is increasing very fast, because more and more program uses it and installs it. And in Vista it is always included (as part of 3.0).

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups