Hi,
I have find why octave installer hangs when called by a package manager.
post-install.bat calls "%MSYSDIR%\bin\bash.exe --login -c echo" and so, it's something like the opening of a subsystem doesn't return a code.
Is it possible to check if this call is really needed or if it can be launched in background with a command like "startcmd"?
Thanks in advance,
Christophe
De: "Tatsuro MATSUOKA" <address@hidden>
À: "clefebvre 62" <address@hidden>, "Andreas Weber" <address@hidden>
Cc: address@hidden
Envoyé: Lundi 13 Mai 2019 04:05:32
Objet: Re: Octave 5.1.0 installation in silent mode hangs at the end of install
----- Original Message -----
>From: "address@hidden" <address@hidden>
>To: Andreas Weber <address@hidden>
>Cc: address@hidden
>Date: 2019/5/13, Mon 06:37
>Subject: Re: Octave 5.1.0 installation in silent mode hangs at the end of install
>
>
>Hi Andy,
>
>
>It's also hangs outside Chocolatey:
>
>
>start-process -FilePath .\octave-5.1.0-w64-installer.exe -ArgumentList "/S" -Wait
>This process is not yet finished after 15 minutes.
>
>
>A lot of Chocolatey packages are available in install and portable versions. It's interesting to know why this binary can be installed in this way.
>
>
>Thanks in advance,
>Christophe
>
If you install portable version, why do you not use zip or 7z archive version and execute post-install.bat.
Tatsuro