Open
Description
Version
18.1.0
Platform
Windows 11 22H2 Build 22616.100
Subsystem
No response
What steps will reproduce the bug?
Click on installer, it will say install was interrupted after hitting finish and not go further after setting install options
How often does it reproduce? Is there a required condition?
it's consistent
What is the expected behavior?
It will install
What do you see instead?
install was interrupted
Additional information
Workaround:
open an administrative command prompt
msiexec -i node-v18.1.0-x64.msi MSIFASTINSTALL=1
This will allow it to install without attempting a restore point.