Deployment

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cameron Zemek

    #1

    Deployment

    I am currently using Java for software development, but I am looking into
    other development platforms. AFAICT Microsoft are pushing window developers
    to .Net ; however a lot of end users may not have the .Net runtime. I was
    wondering:
    * What (approximately) percentage of end users already have the .Net runtime?
    * Is the .Net runtime being included with new releases of Windows and other
    such products?
    * What steps are Microsoft taking to ensure users have the .Net runtime?

    I ask these questions because downloading the .Net runtime on 56K modem
    connection will take roughly an hour. And therefore if it is reasonable to
    except the user to download the runtime if they don't already have it.
  • Steve Goodyear

    #2
    RE: Deployment

    Here's some details:
    http://blogs.msdn.com/scottwil/archi...09/391199.aspx

    You're right that .NET can take a while to download but you can also package
    the redistributable with your application on CD or DVD
    http://www.microsoft.com/downloads/d...displaylang=en

    I suspect the distribution of .NET won't be as much of an issue over the
    next year as Microsoft releases WinFX.

    Cheers,
    Steve Goodyear

    Comment

    • Cameron Zemek

      #3
      RE: Deployment

      > Here's some details:[color=blue]
      > http://blogs.msdn.com/scottwil/archi...09/391199.aspx[/color]

      Thanks for the link.
      [color=blue]
      > You're right that .NET can take a while to download but you can also package
      > the redistributable with your application on CD or DVD:[/color]

      Yeah, for CD/DVD deployment it is not much of a problem. I was just thinking
      of web downloads.
      [color=blue]
      > I suspect the distribution of .NET won't be as much of an issue over the
      > next year as Microsoft releases WinFX.[/color]

      Except not all users are switching to lastest OS. I still see windows 98 in
      SME.

      Comment

      Working...