• Changes

    You may have noticed that I haven't been maintaining this blog recently. Some life changes have happened in my life and as a result I am no longer actively working on "Update deployment for Visual Studio and the .NET Framework." Specifically, I've gotten engaged and moved from Redmond, WA to Silicon Valley, CA where I am now helping Microsoft deliver the next version of Office for Macintosh systems. You can rest assured that the update deployment space for Visual Studio and .NET Framework are left in good hands back in Redmond.

    I am leaving this site online as a resource (for what it's worth). I consider this to be my personal blog for information pertaining to my current role at Microsoft: If and when I choose to start blogging on this site again, I may change blog title to better reflect the current subject matter but will strive to leave any existing content online.

  • How to install and update the .NET Framework 1.1 on different operating systems

    I've blogged previously about how confusing our servicing story is for .NET Framework 1.1 on Windows Server 2003 and 64-bit versions of Windows XP and Windows Server 2003. Now there's a new KB article in the Microsoft Knowledge Base to help customers understand and address these and other issues regarding .NET Framework 1.1 on various operating systems.

    Here are some links:

    KB Number 915756
    Title How to install and update the .NET Framework 1.1 on different operating systems
    Link http://support.microsoft.com/?id=915756
  • .NET Framework 1.1 Servicing Releases on Windows Update for 64-bit Systems

    Among the most confusing stories that we have asked .NET Framework customers to understand has been .NET Framework 1.1 support on Windows Server 2003 and 64-bit versions of Windows. I've blogged about this before. Today I get to tell you that we've done right by putting .NET Framework 1.1 servicing releases on Windows Update for 64-bit platforms.

    Microsoft releases security updates on the second Tuesday of every month and Windows Update releases non-security updates on the fourth Tuesday of every month.  Well, today is the fourth Tuesday in March and we went live with .NET Framework 1.1 Service Pack 1 on Windows Update for supported 64-bit versions of Windows.

    None of these are new releases; they are the exact same binaries that are already on Windows Update for .NET Framework 1.1 running on 32-bit Windows operating systems and have always been available for supported 64-bit Windows operating systems on Download Center.  What's new is that now if you have .NET Framework 1.1 installed on your x64 or supported Itanium version of Windows then you can keep that .NET Framework 1.1 installation up-to-date using Windows Update, SUS, and WSUS.

    It should be noted that there do exist performance issues running .NET Framework 1.1 on Itanium-based systems (here).  There is also a known compatibility issue between ASP.NET 1.1 (a component of the .NET Framework 1.1) and IIS 6.0 on 64-bit versions of Windows (here).  These are known issues and the current announcement does nothing to mitigate these concerns.  Rather, we assume that if you have the .NET Framework 1.1 on a 64-bit Windows system then you have already evaluated and addressed these concerns for your environment.

    The supported operating systems are the following:

    • Windows XP Professional x64 edition
    • Windows Server 2003 x64 editions
    • Windows Server 2003 for Itanium-based systems w/ Service Pack 1
  • Deployment Channels

    I stated in an earlier post that "I am the person in charge of getting product updates (service packs and hotfixes) for Visual Studio and the .NET Framework into distribution channels like Windows Update, Microsoft Update, and the Microsoft Download Center."  It occured to me that some of you might care which updates go where.  If you do, read on!

    In a nutshell, updates to the .NET Framework go on Windows Update while updates for everything else (in this case, Visual Studio) go on Microsoft Update.  Because all Windows Update content is on Microsoft Update as well (but not vice-versa), one could look at that the other way around and say that all updates (Visual Studio and the .NET Framework) go to Microsoft Update while only .NET Framework updates go to Windows Update.  All updates that go to either Windows Update or Microsoft Update must go to the Microsoft Download Center as well.

    Tables have been known to help:

    Developer Division Deployment Channels
    Product Windows Update Microsoft Update Download Center
    .NET Framework Yes Yes Yes
    Visual Studio 2005 No Yes Yes
    Visual Studio 2002, 2003 No TBD Yes

    You may be saying to yourself, "I've never seen any Visual Studio updates on Microsoft Update."  That's true, but we're working on it.  Expect to see updates targeting Visual Studio 2005 on Microsoft Update starting in Q1 of calendar year 2006.  We will also be evaluating whether to service Visual Studio.NET 2002 and Visual Studio.NET 2003 in the same way.  These latter Visual Studio versions (2002, 2003) are more complicated because they were released before Microsoft Update existed and therefore were not built with Microsoft Update integration in mind.  We'll need to make do with what we have for these.  Let me know how we do!

  • .NET Framework Installer Technologies: A Primer

    Updates for the the .NET Framework 1.1 come in two flavors: One set of packages for 32-bit x86 versions of Windows Server 2003 and a different package for everything else.  Similarly, updates for the .NET Framework 1.0 come in two flavors as well: One set of packages for Tablet PC and Media Center editions of Windows XP, and a different set of packages for everything else.  Confused?  You're not alone.  I'll try to help.

    What happened?  To understand this you first need to understand that the .NET Framework is a Windows component that shipped well after many versions of Windows that it targets.  For example, Windows XP shipped in 2001 but the first version of the .NET Framework (1.0) shipped in 2002.  All versions of Windows that have shipped since the .NET Framework was first released have contained a built-in version of the .NET Framework.  We call these .NET Framework installations "OCM" installs because they are installed using the Windows Optional Component Manager.  (This is the same OCM technology behind the Add/Remove Windows Components functionality in Add/Remove Programs in the Windows Control Panel.)  But what about Windows XP Home and Professional?!  Or Windows 2000, NT4, or 9x/ME for that matter?  We want .NET Framework applications to run on these downlevel platforms as well, so in addition to the OCM installations of the .NET Framework we also released the exact same .NET Framework as "redistributables" using the Windows Installer (AKA: "MSI") installation technology.  This seemed like a great solution for a while: The .NET Framework goes everywhere that Windows goes and everybody is happy.  Not quite.

    The problem with this solution is that now we are required by the technologies (MSI and OCM) to service each of these two broad classes of .NET Framework installations differently.  That is, we need different update packages for OCM than we need for MSI, even for the same logical fix!  This isn't a terribly difficult thing to accomplish technically: We just need to do the same thing twice, once for OCM and once for MSI.  But it's not so hot for our customers (you guys) who need to translate all this for your systems: You don't need the same fix twice; you need one of two fixes once.  "Let's see: Security Hotfix KB123456 was just released.  Do I want the 'Security Update for the .NET Framework (KB123456)' or do I want the 'Security Update for the .NET Framework on Windows Server 2003 (KB123456)'? And does it matter that this is for my x64 or Itanium servers?" (It turns out that it does.)

    I said earlier that "All versions of Windows that have shipped since the .NET Framework was first released have contained a built-in version of the .NET Framework."  Well, this was an overstatement.  More correctly, "All 32-bit x86 versions of Windows that have shipped since the .NET Framework was first released have contained a built-in version of the .NET Framework."  To date, our x64 and Itanium versions of Windows have not shipped with the .NET Framework built-in and are therefore considered MSI.  Sorry for the confusion.

    (Side-note: It probably sounds redundant to refer to "32-bit x86".  The rationale here is that the x64 architecture is a superset of x86 and therefore simply referring to "x86" would be ambiguous.  Further, "32-bit" could refer to any number of processor architectures, so neither "32-bit" nor "x86" alone would suffice.  Therefore, for precision, we say "32-bit x86" to refer to all those "mainstream" 32-bit x86 boxes out there.)

    There's a tabular answer to the question of which version of the .NET Framework your system has: The .NET Framework version that you have depends on two factors: (1) the operating system edition that you are running (including its target processor architecture: 32-bit x86, x64, Itanium), and (2) the version of the .NET Framework that you want to update. Your system is considered "MSI" unless it is specifically targeted as "OCM". Here it is in tabular form:

    Matrix of .NET Framework installation technologies by operating system
    Operating System .NET Framework 1.0 .NET Framework 1.1 .NET Framework 2.0
    Windows 95/98/ME, NT4, 2000 MSI MSI MSI (x86 package)
    Windows XP Home, Professional MSI MSI MSI (x86 package)
    Windows XP Tablet PC Edition OCM MSI MSI (x86 package)
    Windows XP Media Center Edition OCM MSI MSI (x86 package)
    Windows Server 2003 (32-bit x86) MSI OCM MSI (x86 package)
    Windows XP 64-bit Edition (x64) Not Supported MSI MSI (x64 package)
    Windows Server 2003 (x64) Not Supported MSI MSI (x64 package)
    Windows Server 2003 SP1 for Itanium Not Supported MSI MSI (IA64 package)

    Please note the following details for .NET Framework support on 64-bit platforms:

    • .NET Framework 1.0 is not supported on 64-bit platforms at all.
    • Windows XP for Itanium is not supported at all (though Windows XP for x64 platforms is supported).
    • Support for Windows Server 2003 for Itanium requires Windows Server 2003 Service Pack 1.
    • Use the 32-bit .NET Framework 1.1 redistributable (MSI) on supported 64-bit platforms.  There are no 64-bit native versions of the .NET Framework 1.1. 
    • .NET Framework 2.0 is compiled natively for each supported processor architecture.
    • It is possible to run a 32-bit x86 version of Windows on an x64 hardware system.  In this case, use the table row for your 32-bit x86 version of Windows.

    We usually market OCM updates using the names of their target operating systems.  For example, "KB123456 for Windows Server 2003" means that it is a .NET Framework 1.1 OCM update.  Similarly, "KB123456 for Windows XP Tablet PC and Media Center Editions" is a .NET Framework 1.0 OCM update.  Also, we usually market MSI updates using the name of its target .NET Framework versions.  For example, "KB123456 for the .NET Framework 2.0" is an MSI update.

    The good news is that we are learning our lessons and we are not making the same mistakes again.  Without giving too much away, I think it's safe to say that Windows Vista will come with the .NET Framework built-in but there will not be any need do this OCM vs. MSI mumbo-jumbo.  In other words, we're cleaning things up a bit.  But we cannot go back and change the past: What you see above is what we've got for these .NET Framework versions and these operating systems.  We just plan to do it better next time.

    Hope this helps!