I am trying to run an installer built using InstallShield, and when using the installer in Windows 2008, it works as intended; the same installer running in Windows 2012R2, fails with the message
Installer User Interface mode Not Supported
The installer cannot run in this UI mode. To specify the interface mode, use the I-command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
I am running as Administrator, and I tried using the Compatibility Mode, but I still get the same error. I checked the InstallShield project and it does have the default Windows UI mode to GUI. What causes this error and how can I fix it?