Open
Description
openedon Oct 15, 2024
'PATH' feature requires a reboot. The MSI installer should therefore set a ScheduleReboot
after InstallFinalize
OS & version Windows 10/11
MSFT Build of OpenJDK Version: 21.0.4
To Reproduce:
Steps to reproduce the behavior:
- Download OpenJDK MSI
- Install MSI with default options ('PATH' feature is selected)
- See that no reboot is scheduled
Expected behavior
A reboot should be scheduled when installing the 'PATH' feature.
Screenshots, Logs etc
None
Additional context
To confirm that the PATH
variable has not updated after installation, run psexec -s cmd /c set PATH
and inspect the output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment