- The installation works properly manually with the graphical installer.
- In silent mode, the installation hangs at the end of installation (see below) and it never finish (but Octave is installed as I can launch Octave).
- So, I have scripted the installation with the graphical installer with autohotkey and also, the installation hangs at the end of the installation (but Octave is installed as I can launch Octave).
So, it seems to be an issue using the command-line to install the software.
Do you have had already a such issue? Or any idea?
- You can see the issue directly on this video of another Chocolatey maintainer, experiencing this issue from the 33" minute: https://www.youtube.com/watch?v=aecDukZETUE
- There are a few thousand of packages in the Chocolatey package repository (Chocolatey is a package manager for Windows) and It seems it's the first time this issue is encountered with an installer.
(...)
Hashes match.
Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="9F80C37BAF041BD741C2660E7E5E12AFBD19DAAB7E59AABA96288E630282122B" -t="sha256" -f="C:\*****\Temp\chocolatey_cache\octave.install\5.1.0\octave-5.1.0-w64-installer.exe"] exited with '0'.
Running Install-ChocolateyInstallPackage -packageName 'octave.install' -fileType 'exe' -silentArgs '' -file 'C:\*****\Temp\chocolatey_cache\octave.install\5.1.0\octave-5.1.0-w64-installer.exe' -validExitCodes '0' -useOnlyPackageSilentArguments 'False'
Running Get-ProcessorBits -compare '32'
Installing octave.install...
Running Start-ChocolateyProcessAsAdmin -validExitCodes '0' -workingDirectory 'C:\*****\Temp\chocolatey_cache\octave.install\5.1.0' -statements ' ' -exeToRun 'C:\*****\Temp\chocolatey_cache\octave.install\5.1.0\octave-5.1.0-w64-installer.exe'
Test-ProcessAdminRights: returning True
Elevating permissions and running ["C:\*****\Temp\chocolatey_cache\octave.install\5.1.0\octave-5.1.0-w64
Thanks in advance for your help.