SQL Server 2005 セットアップ中に予期しないエラーが発生しました

SQL Server 2005 セットアップ中に予期しないエラーが発生しました

Windows 2003 R2 SP2 (ESXi 5.0.0 ゲスト) に SQL Server 2005 Enterprise をインストールしようとしています。下位互換性ファイルをインストールした後、MSXML6 より前のバージョンでは、次のエラーが発生します。

There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.

これはエラーを含むコア ログ ファイルの一部です。

Running: InstallSqlAction.9 at: 2015/9/5 10:15:10
Installing: msxml6 on target: MONITORING
Error: Action "InstallSqlAction.9" threw an exception during execution.  Error information reported during run:
Target collection includes the local machine.
Invoking installPackage() on local machine.
Fatal Exception caught while installing package: "9"
        Error Code: 0x8007064a (1610)
Windows Error Text: The configuration data for this product is corrupt.  Contact your support personnel.

  Source File Name: sqlsetupactions\sqlsetuppackageutil.cpp
Compiler Timestamp: Mon Jun 13 14:30:05 2005
     Function Name: sqls::getPackageIsInstalled
Source Line Number: 50

---- Context -----------------------------------------------
sqls::InstallPackageAction::perform

WinException caught while installing package. : 1603
        Error Code: 0x80070643 (1603)
Windows Error Text: Fatal error during installation.

  Source File Name: packageengine\installpackageaction.cpp
Compiler Timestamp: Fri Jul  1 01:28:25 2005
     Function Name: sqls::InstallPackageAction::perform
Source Line Number: 167

設定ファイルに問題があるようですが、どうしたら修正できますか?

PS: Windows 2003 に SQL 2005 をインストールする理由は、この組み合わせでのみ動作するネットワーク監視アプリケーションがあり、最新バージョンにアップグレードできないためです。

関連情報