我正在尝试在 Server 1803 上安装 Windows Admin Center 1809。我在管理员环境下运行:
msiexec /I windowsAdminCenter1809.msi /qn /L*v log.txt SSL_CERTIFICATE_OPTION=generate
日志文件中记录的错误是:
C:\Windows\Installer\MSI814D.tmp-\
SFXCA: Binding to CLR version v4.0.30319
Calling custom action Microsoft.ManagementExperience.Setup.CustomActions!Microsoft.ManagementExperience.Setup.CustomActions.CustomAction.GenerateSslCertificate
Exception:
System.ArgumentException
Custom action data improperly initialized
Parameter name: session
at Microsoft.ManagementExperience.Setup.CustomActions.CustomAction.<>c__DisplayClass13_0.<GenerateSslCertificate>b__0()
at Microsoft.ManagementExperience.Setup.CustomActions.CustomAction.RunInstallerAction(Session session, Func`1 action)
MSI (s) (1C!B8) [16:24:06:470]: Product: Windows Admin Center -- 1: Unhandled Exception: System.ArgumentException Custom action data improperly initialized
Parameter name: session
1: Unhandled Exception: System.ArgumentException Custom action data improperly initialized
Parameter name: session
CustomAction GenerateSslCertificate returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
然后我运行了 msi interactive,选择相同的 SSL 生成,它成功了。有什么线索可以告诉我我做错了什么吗?