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. The Lounge
  3. static url to download .net framework 2.0?

static url to download .net framework 2.0?

Scheduled Pinned Locked Moved The Lounge
csharpdotnetcomsysadmintools
6 Posts 5 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.
  • B Offline
    B Offline
    BlackDice
    wrote on last edited by
    #1

    This may be considered a bit programming-related by some, but I didn't know where else to put it. I'm trying to find a url to download the 2.0 framework that will 'always' be there. Downloading it manually from MS, I can see the url, but it looks like some randomly made up value that may not be the same tomorrow. I need a url so that if my installation package detects DotNet is not there, it will download it. I don't want to include it with the installation because that's 20 megs we can save for the package if it's already on the user's machine. Also, we would prefer to NOT have that many users downloading from our server. Thanks. And If this post should be moved, tell me where.

    My Music | My Pics | My Articles BlackDice

    D M R 3 Replies Last reply
    0
    • B BlackDice

      This may be considered a bit programming-related by some, but I didn't know where else to put it. I'm trying to find a url to download the 2.0 framework that will 'always' be there. Downloading it manually from MS, I can see the url, but it looks like some randomly made up value that may not be the same tomorrow. I need a url so that if my installation package detects DotNet is not there, it will download it. I don't want to include it with the installation because that's 20 megs we can save for the package if it's already on the user's machine. Also, we would prefer to NOT have that many users downloading from our server. Thanks. And If this post should be moved, tell me where.

      My Music | My Pics | My Articles BlackDice

      D Offline
      D Offline
      Douglas Troy
      wrote on last edited by
      #2

      not sure this will answer your question exactly, but check out this CP article: http://www.codeproject.com/dotnet/dotNetInstaller.asp[^]


      :..::. Douglas H. Troy ::..
      Bad Astronomy |VCF|wxWidgets|WTL

      1 Reply Last reply
      0
      • B BlackDice

        This may be considered a bit programming-related by some, but I didn't know where else to put it. I'm trying to find a url to download the 2.0 framework that will 'always' be there. Downloading it manually from MS, I can see the url, but it looks like some randomly made up value that may not be the same tomorrow. I need a url so that if my installation package detects DotNet is not there, it will download it. I don't want to include it with the installation because that's 20 megs we can save for the package if it's already on the user's machine. Also, we would prefer to NOT have that many users downloading from our server. Thanks. And If this post should be moved, tell me where.

        My Music | My Pics | My Articles BlackDice

        M Offline
        M Offline
        Member 96
        wrote on last edited by
        #3

        We instruct our users to use windows update to get it, much easier in the long run.

        1 Reply Last reply
        0
        • B BlackDice

          This may be considered a bit programming-related by some, but I didn't know where else to put it. I'm trying to find a url to download the 2.0 framework that will 'always' be there. Downloading it manually from MS, I can see the url, but it looks like some randomly made up value that may not be the same tomorrow. I need a url so that if my installation package detects DotNet is not there, it will download it. I don't want to include it with the installation because that's 20 megs we can save for the package if it's already on the user's machine. Also, we would prefer to NOT have that many users downloading from our server. Thanks. And If this post should be moved, tell me where.

          My Music | My Pics | My Articles BlackDice

          R Offline
          R Offline
          Red Stateler
          wrote on last edited by
          #4

          Is this a Visual Studio 2005 setup project? If so, go to properties->Prerequisites. Check .Net Framework 2.0 in the list and select "Download prerequisites from the component vendor's website". It should download from a "static url" and install during the installation process. I tried it nearly a year ago and, if I recall, it seemed to work.


          "I curse economic prosperity as it puts an end to much-needed poverty, famine and pestilence." -dennisd45 "I fully support Communists in key positions of our government. I believe that they contribute positively to the liberal ideal." -dennisd45 "Liberals do not exist. You invented them to facilitate your strawman arguments." -dennisd45 "The Communist Manifest was written 150 years ago. It has been rigorously tested and is accepted by left"

          B 1 Reply Last reply
          0
          • R Red Stateler

            Is this a Visual Studio 2005 setup project? If so, go to properties->Prerequisites. Check .Net Framework 2.0 in the list and select "Download prerequisites from the component vendor's website". It should download from a "static url" and install during the installation process. I tried it nearly a year ago and, if I recall, it seemed to work.


            "I curse economic prosperity as it puts an end to much-needed poverty, famine and pestilence." -dennisd45 "I fully support Communists in key positions of our government. I believe that they contribute positively to the liberal ideal." -dennisd45 "Liberals do not exist. You invented them to facilitate your strawman arguments." -dennisd45 "The Communist Manifest was written 150 years ago. It has been rigorously tested and is accepted by left"

            B Offline
            B Offline
            BlackDice
            wrote on last edited by
            #5

            espeir wrote:

            Is this a Visual Studio 2005 setup project?

            No, an Installshield / InstallScript project :(

            My Music | My Pics | My Articles BlackDice

            D 1 Reply Last reply
            0
            • B BlackDice

              espeir wrote:

              Is this a Visual Studio 2005 setup project?

              No, an Installshield / InstallScript project :(

              My Music | My Pics | My Articles BlackDice

              D Offline
              D Offline
              David Knechtges
              wrote on last edited by
              #6

              Our installs have the framework (we are using 1.1 for now) included on the CD versions of the installs, but not in the web versions. For those, we put up a dialog telling the user to go to Microsoft and get it. I should also mention that the CD version installs include the security updates and we install those so our users have the most up to date version of the framework if installing it from our CD. When we go to version 2.0 of the framework, we are going to do the same thing. David

              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