IIS ARR(应用程序请求路由)安装失败
IIS ARR (Application Request Routing) failed to install
我有一台 Windows Server 2008 机器,我正在尝试安装 ARR 和 URL Rewrite IIS 模块。当我 运行 来自官方 website 的 ARR 安装程序时,我收到一条错误消息“产品未成功安装。”。 URL 重写安装就好了。见下文:
日志文件没有任何用处。只是关于 customAction IISExecuteCA returned actual error code 1603
的一行。这在我的 Windows 10 机器上安装正常。
我试过以下但没有成功:
- 正在安装 ARR1
- 正在安装 ARR2
- 停止 IIS、WAS 和 WMSVC 服务并运行安装程序
- 正在重启机器
安装日志中的错误:
MSI (s) (E4:F4) [11:48:42:071]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIBB42.tmp, Entrypoint: IISExecuteCA
1: IISCA IISExecuteCA : Begin CA Setup
1: IISCA IISExecuteCA : CA 'ExecuteInstallModuleCA' completed with return code hr=0x8007000d
1: IISCA IISExecuteCA : CA 'IISExecuteCA' completed with return code hr=0x8007000d
1: IISCA IISExecuteCA : End CA Setup
CustomAction IISExecuteCA returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (E4:08) [11:48:42:274]: User policy value 'DisableRollback' is 0
MSI (s) (E4:08) [11:48:42:274]: Machine policy value 'DisableRollback' is 0
Action ended 11:48:42: InstallFinalize. Return value 3.
有人遇到过类似的问题吗?
我能够安装 ARR 2.5 并解决了问题!此问题似乎是由于旧的 Win 2008 服务器及其与 ARR 3.0 的不兼容造成的。我从 here
找到了 ARR 2.5 link
我有一台 Windows Server 2008 机器,我正在尝试安装 ARR 和 URL Rewrite IIS 模块。当我 运行 来自官方 website 的 ARR 安装程序时,我收到一条错误消息“产品未成功安装。”。 URL 重写安装就好了。见下文:
日志文件没有任何用处。只是关于 customAction IISExecuteCA returned actual error code 1603
的一行。这在我的 Windows 10 机器上安装正常。
我试过以下但没有成功:
- 正在安装 ARR1
- 正在安装 ARR2
- 停止 IIS、WAS 和 WMSVC 服务并运行安装程序
- 正在重启机器
安装日志中的错误:
MSI (s) (E4:F4) [11:48:42:071]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIBB42.tmp, Entrypoint: IISExecuteCA
1: IISCA IISExecuteCA : Begin CA Setup
1: IISCA IISExecuteCA : CA 'ExecuteInstallModuleCA' completed with return code hr=0x8007000d
1: IISCA IISExecuteCA : CA 'IISExecuteCA' completed with return code hr=0x8007000d
1: IISCA IISExecuteCA : End CA Setup
CustomAction IISExecuteCA returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (E4:08) [11:48:42:274]: User policy value 'DisableRollback' is 0
MSI (s) (E4:08) [11:48:42:274]: Machine policy value 'DisableRollback' is 0
Action ended 11:48:42: InstallFinalize. Return value 3.
有人遇到过类似的问题吗?
我能够安装 ARR 2.5 并解决了问题!此问题似乎是由于旧的 Win 2008 服务器及其与 ARR 3.0 的不兼容造成的。我从 here
找到了 ARR 2.5 link