Git for Windows unattended installation issue
I am trying to install Git for Windows v.2.33.0 in silent mode by following these instructions. Command that I am using:
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"
OS: Windows Server 2016. winver screenshot
I've ran into the following installer error: Inno Setup error message screenshot
Inno Setup log file (part with exception message):
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.
Solved in new Git for Windows version: https://github.com/git-for-windows/git/releases/tag/v2.33.0.windows.2
Bug Fixes
A bug affecting older Windows versions that caused the installer to show the >error message "Could not call proc" was fixed.