19C setup on Windows produces "[INS-32098] The password field is empty" if GMSA not installed
For future reference:
On Windows Server 2019, using Oracle DBMS installer for 19c (from WINDOWS.X64_193000_db_home), when trying to specify a Group Managed Services Account (GMSA) as the Oracle Home User, if the GMSA is not properly installed on the host server the installer produces the error:
[INS-32098] The password field is empty
even though the real problem is that the GMSA is not properly installed on the server.
If you enter a made-up password (GMSAs don't have user-accessible passwords) the error is
[INS-32097] Invalid username or password.
Hope this help someone in the future!
Martin