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. Other Discussions
  3. The Weird and The Wonderful
  4. VS 2003 SP1 Install

VS 2003 SP1 Install

Scheduled Pinned Locked Moved The Weird and The Wonderful
3 Posts 2 Posters 13 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.
  • K Offline
    K Offline
    Kevin McFarlane
    wrote on last edited by
    #1

    First you get the Windows Installer dialog displayed for ages apparently doing nothing then you get the "Configuring Visual Studio 2003" dialog for ages. Combined time is about 15 minutes. Then you get a message asking if you want to install Visual Studio 2003 SP1! Well,I'd never have guessed!:wtf: (IIRC VS 2005 SP1 behaves similarly. However, I've not noticed it as I've only ever installed it from the command prompt in quiet mode.)

    Kevin

    M 1 Reply Last reply
    0
    • K Kevin McFarlane

      First you get the Windows Installer dialog displayed for ages apparently doing nothing then you get the "Configuring Visual Studio 2003" dialog for ages. Combined time is about 15 minutes. Then you get a message asking if you want to install Visual Studio 2003 SP1! Well,I'd never have guessed!:wtf: (IIRC VS 2005 SP1 behaves similarly. However, I've not noticed it as I've only ever installed it from the command prompt in quiet mode.)

      Kevin

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      See old regular Heath Stewart's blog[^] for why this is. Basically it boils down to Windows Installer having a damn stupid piece of code in it which loads the entire patch into a contiguous block of virtual memory before trying to run signature validation over it. What it should be doing is either memory-mapping the file or reading a small block at a time. This is what deserves 'WTF' status. Presumably they assumed that patches would be small, not 500MB in the case of VS2005.

      Stability. What an interesting concept. -- Chris Maunder

      K 1 Reply Last reply
      0
      • M Mike Dimmick

        See old regular Heath Stewart's blog[^] for why this is. Basically it boils down to Windows Installer having a damn stupid piece of code in it which loads the entire patch into a contiguous block of virtual memory before trying to run signature validation over it. What it should be doing is either memory-mapping the file or reading a small block at a time. This is what deserves 'WTF' status. Presumably they assumed that patches would be small, not 500MB in the case of VS2005.

        Stability. What an interesting concept. -- Chris Maunder

        K Offline
        K Offline
        Kevin McFarlane
        wrote on last edited by
        #3

        From this: http://blogs.msdn.com/heaths/archive/2006/10/06/VS-2005-SP1-Takes-a-While-to-Install.aspx[^] I didn't realise there were other options when running in quiet mode. start /wait VS80sp1-KB918525-X86-Beta-ENU.exe /quiet /L*v+ VS80sp1-KB918525-X86-Beta-ENU.log Just as well it went smoothly for me.:)

        Kevin

        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