首页 > 解决方案 > MSI Installer 一直无法在 Windows Server 上安装 Adob​​e InCopy 32/64bit

问题描述

尝试将 Adob​​e InCopy CS6 的 msi 包安装到 Windows Server 2012 R2 上时,不断收到错误 1603。

已经刷了服务器并尝试重新安装,同样的问题。尝试运行具有许多变体的各种 msiexec 命令,都呈现相同的问题。

MSI (s) (A8:9C) [07:58:22:981]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1])
MSI (s) (A8:9C) [07:58:22:983]: Executing op: IconCreate(Icon=ARPPRODUCTICON.exe,Data=BinaryData)
MSI (s) (A8:9C) [07:58:22:985]: Executing op: ActionStart(Name=CADeploy,,)
MSI (s) (A8:9C) [07:58:22:987]: Executing op: CustomActionSchedule(Action=CADeploy,ActionType=1025,Source=BinaryData,Target=runDeploymentManagerCA,CustomActionData=mode=install;sourceDir=C:\Users\cvautour\Desktop\x86\;installDir=;origDB=C:\Users\cvautour\Desktop\x86\install.msi)
MSI (s) (A8:00) [07:58:22:991]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI6A03.tmp, Entrypoint: runDeploymentManagerCA
CustomAction CADeploy returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (A8:9C) [07:58:44:498]: Note: 1: 2265 2:  3: -2147287035 
MSI (s) (A8:9C) [07:58:44:499]: User policy value 'DisableRollback' is 0
MSI (s) (A8:9C) [07:58:44:499]: Machine policy value 'DisableRollback' is 0
Action ended 7:58:44: InstallFinalize. Return value 3.
...
MSI (s) (A8:9C) [07:58:46:459]: No System Restore sequence number for this installation.
MSI (s) (A8:9C) [07:58:46:459]: Unlocking Server
MSI (s) (A8:9C) [07:58:46:461]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
Action ended 7:58:46: INSTALL. Return value 3.

应该像在我的其他虚拟机上那样安装,但在这个虚拟机上一直失败。

标签: windowswindows-installeradobewindows-server-2012-r2adobe-incopy

解决方案


推荐阅读