Internet Explorer 7.0 Beta on Windows 2003 Server!

As much as I would like to take the credit for this post, it was actually the author of that figured it out! If you've been trying desperately to get your hands on IE 7.0 Beta but couldn't because you were on Windows 2003 - here's how you can make the Beta work on Windows 2003 even though it's not supposed to, by design. 

The Procedure is pretty simple and direct. 

  1. Get the beta Download Executable.
  2. Unzip the Executable using WinRAR. 
  3. Navigate to the Update Folder.
  4. Backup the Update\Update.inf file. Keep it, where you can reach it quickly (e.g. desktop) 
  5. Open the Update.inf and Change The following Lines

[Version]     CatalogFile               = %SP_SHORT_TITLE%.cat     LanguageType              = %LangTypeValue%     MaxNtBuildToUpdate        = 9999     MaxNtMajorVersionToUpdate = 5     MaxNtMinorVersionToUpdate = 1     MaxNtServicePackVersion   = 512     MinNtServicePackVersion   = 512     NtBuildToUpdate           = 2600     NtMajorVersionToUpdate    = 5     NtMinorVersionToUpdate    = 1     RebootRequired            = 1     Signature                 = "$Windows NT$" to:     CatalogFile               = %SP_SHORT_TITLE%.cat     LanguageType              = %LangTypeValue%     MaxNtBuildToUpdate        = 9999     MaxNtMajorVersionToUpdate = 5     MaxNtMinorVersionToUpdate = 3     MaxNtServicePackVersion   = 512     MinNtServicePackVersion   = 0     NtBuildToUpdate           = 2600     NtMajorVersionToUpdate    = 5     NtMinorVersionToUpdate    = 1     RebootRequired            = 1     Signature                 = "$Windows NT$"  6. Start the installation by clicking \update\iesetup.exe. 7. As soon as the install starts and before the first screen is Visible, replace the update.inf from your backup location to update\update.inf and overwrite the update.inf we modified. The modification was just necessary to start the setup in Windows 2003. 8. The installation starts and completes smoothly.

This article is part of the GWB Archives. Original Author: Rajiv Popat

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.