我需要通过 Ansible 自动安装 Microsoft Visual FoxPro 9,但似乎 VFP9 安装程序没有静默安装模式。
(请注意,我正在安装 MS Visual FoxPro 9,而不是 FoxPro 应用程序,因此这样的建议将不起作用)。
我错过了什么吗?有一种方法可以为 VFP9 进行静默/无人值守安装吗?
安装程序详细信息:
我正在尝试按照这些说明以静默模式安装适用于 Windows v.2.33.0 的 Git。我正在使用的命令:
C:\Windows\system32>C:\Installers\Git-2.33.0-64-bit.exe /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /COMPONENTS="icons,ext\reg\shellhere,assoc,assoc_sh" /LOG="C:\git-for-windows.log"
操作系统:Windows Server 2016。winver 截图
我遇到了以下安装程序错误: Inno Setup 错误消息屏幕截图
Inno Setup 日志文件(部分带有异常消息):
2021-08-19 10:15:40.281 Installation process succeeded.
2021-08-19 10:15:42.484 CurStepChanged raised an exception.
2021-08-19 10:15:42.484 Exception message:
2021-08-19 10:15:42.484 Message box (OK):
Runtime error (at 325:19181):
Could not call proc.
2021-08-19 10:15:46.687 User chose OK.
2021-08-19 10:15:46.781 Need to restart Windows? No
2021-08-19 10:15:46.781 Deinitializing Setup.
2021-08-19 10:15:46.817 Log closed.