Environment:
Database Software: Oracle 12c Release 2
Operating System: Windows Server 2012 R2 Standard - 64 Bit
C:\> setup.exe -silent -noConsole -skipPrereqs -noconfig -waitForCompletion -responsefile resp_12cR2.rsp
Problem: While running above "setup.exe" command, getting below said messages (in the files in "C:\Program Files\Oracle\Inventory\logs" folder) while manually installing Oracle database Software in silent mode using a response file:-
installActions*.log
SEVERE: [FATAL] [INS-32095] Specified user has administrative privileges.
CAUSE: You have selected a user which has administrative privileges to be the Oracle Home user.
ACTION: Make sure you specify a non-administrative user or revoke the administrative privileges for this user.
INFO: Advice is ABORT
INFO: Adding ExitStatus INVALID_USER_INPUT to the exit status set
INFO: Completed validating state <getWindowsSecureOptionDetails>
INFO: Terminating all background operations
INFO: Terminated all background operations
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -2
INFO: Shutdown Oracle Database 12c Release 2 Installer
INFO: Unloading Setup Driver
oraInstall*.err
PRCZ-1101 : failed to determine if user "OracleWinUsr" is a Windows Group Managed Service Account (GMSA) user
WSE-000012: Null or invalid User name parameter.
oraInstall*.out
[FATAL] [INS-32095] Specified user has administrative privileges.
CAUSE: You have selected a user which has administrative privileges to be the Oracle Home user.
ACTION: Make sure you specify a non-administrative user or revoke the administrative privileges for this user.
Solution: Check if the user name provided for "oracle.install.OracleHomeUserName" in the response file is a member of "Administrators" group, if so, remove it from that group and continue with the install, which should work. Once the install is over, you may add back the user to be part of "Administrators" group.
Hope if helps!