You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your issue is specific to Corretto, then you are in the right place. Please proceed with the following.
Describe the bug
I’m having problems with the java17.msi install on windows 7, when executed with the Shell command in qb64 “start /w java17.msi /qn /norestart”. Java fails to install. If I remove /qn then a manual install completes then I have Yacy running.
java17.msi /qn /norestart
Is this the correct command for silent install?
Am I waiting long enough to complete currently 140 seconds?
To Reproduce
Add /qn /norestart to java msi file in a qb64 shell command.
Rem installer for yacy windows
Shell "copy /b java17_0 + java17_1 + java17_2 java17.msi"
Print "Joining files"
_Delay 5
If your issue is specific to Corretto, then you are in the right place. Please proceed with the following.
Describe the bug
I’m having problems with the java17.msi install on windows 7, when executed with the Shell command in qb64 “start /w java17.msi /qn /norestart”. Java fails to install. If I remove /qn then a manual install completes then I have Yacy running.
java17.msi /qn /norestart
Is this the correct command for silent install?
Am I waiting long enough to complete currently 140 seconds?
To Reproduce
Add /qn /norestart to java msi file in a qb64 shell command.
Rem installer for yacy windows
Shell "copy /b java17_0 + java17_1 + java17_2 java17.msi"
Print "Joining files"
_Delay 5
Shell "start /w java17.msi /qn /norestart"
Print "Installing java 17"
_delay 140
Shell "refresh.cmd"
Print "refreshing path"
_Delay 10
Shell "startYACYWin.cmd"
Print "starting yacy 1.940"
_Delay 20
Stop
Yacy with java and qb64 program
http://gts.undo.it/index.php/s/JfCeKzmnDkH97c4
Expected behavior
It takes about 50 seconds to install manually.
Platform information
Thanks
The text was updated successfully, but these errors were encountered: