ColdFusion 2023 Installer Failure
I'm attempting to run the ColdFusion_2023_GUI_WWEJ_win64.exe Windows installer on a 2019 server that currently has ColdFusion 2018 installed. The plan is to upgrade to CF 2023.
Everytime that I run the installer, it ultimately fails with an error. It unpacks 100% of the contents of the installer to the user profile temp folder and begins to launch the install wizard.

The green status bar gets about 70 - 80% and then it throws a fatal error:

These are the error details:
java.lang.ClassCastException: class java.lang.String cannot be cast to class java.lang.Integer (java.lang.String and java.lang.Integer are in module java.base of loader 'bootstrap')
at com.zerog.ia.installer.LifeCycleManager.getEnable8dot3(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.a6(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
I've tried running the installer with the current CF2018 enabled, disabled, with A/V client completely disabled, and re-downloaded the installer in case it was somehow corrupted. Each time it throws the exact same error at the same point. Any help or insight would be appreciated.
