Install fails on step 8/9 'C:\Program' is not recognized
I have been trying to install STM32CubeMX (SetupSTM32CubeMX-6.9.1-Win.exe) for a *while* and yes I right-clicked and chose "Run as Administrator". It always fails during step 8/9 with the same message that "'C:\Program' is not recognized as an internal or external command, operable program or batch file." which is something anyone who has written many scripts or installers has overcome a couple times before not making that mistake again (or at least very often). 
If I choose "No" here, I can then get to the error details window:
The full text from this window is :
com.izforge.izpack.api.exception.IzPackException: An error occured
in java.lang.Thread.run() at Thread.java:833
in com.izforge.izpack.installer.unpacker.UnpackerBase.run() at UnpackerBase.java:241
in com.izforge.izpack.installer.unpacker.UnpackerBase.unpack() at UnpackerBase.java:319
Caused by: com.izforge.izpack.api.exception.InstallerException: File execution failed
in com.izforge.izpack.installer.unpacker.UnpackerBase.unpack() at UnpackerBase.java:299
in com.izforge.izpack.installer.unpacker.UnpackerBase.unpack() at UnpackerBase.java:483
in com.izforge.izpack.installer.unpacker.UnpackerBase.executeFiles() at UnpackerBase.java:959
Now if I say "Yes" to the first error, then I get a new error window that even when I tried to make my screen extra tall by virtually stacking each window on top the other of my three screens, I still cannot see the bottom:
I have no idea how to proceed. According to this ST guide, it is the first thing I need to install: https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step1_Tools_installation
I even saw a similar error for Mac so I installed Java 8 only but no help.
