Oracle 12C Installation Error: [INS-30131] Initial setup required for the execution of installer validations failed." Cause: "Failed to access the temporary location.

Problem:

I try to install Oracle on Windows 7, but I get an error:

 [INS-30131] Initial setup required for the execution of installer validations failed." Cause: "Failed to access the temporary location.

Trouble-shooting:

Trial 1: restarted the machine, it did not work.

Trial 2: tried to stop the service OracleRemExecServiceV2, not found!

Trail 3: tried to check C:\>net use \\localhost\c$. got an error:
System error 53 has occurred.
The network path was not found.
Trail 4 - Try following to fix above issue
Right Click - My Computer -> Properties -> Advance system settings -> Remote (TAB) -> Tick, Allow connections only from computer running Remote Desktop with Network Level Authentication (more secure) -> Apply
Run as Admin, got the same error
System error 53 has occurred.
The network path was not found.
Trial 5 - Run as admin and add a new shared using the following command

C:\>net share C$=c:\

C$ was shared successfully.

C:\>net use \\localhost\c$
The command completed successfully.

But when I run the setup.exe as an admin, I got the same message.

Trial 6: Works fine on a different machine (upgraded from Win 7 Ultimate to Win 8.1 Pro) - Run the installation on another PC replacing Windows 7 Ultimate with 8.1 Pro, no problem. It works!

A long way to be back to where it was - Install and Uninstall OpenSUSE on Windows 7 as a dual-system

I tried to install the OpenSUSE Linux system on Windows 7 (x64) as a dual-system. The eventual purpose was to install Oracle for a Unix-system. It was an interesting journey, but unsuccessful, unfortunately.

Step 1: The installation of OpenSUSE was almost perfect

I downloaded OPENSUSE 13.1(x64) from http://software.opensuse.org/131/en and burned it to a DVD

I followed this link (in Chinese) for installation

Almost perfect except for the last step on automatic configuration. It hang here for several hours for the process. I closed the program and tried to install it again, the same problem. I decided to abort the automatic configuration.

But, but, but I have the OpenSUSE system running as a dual-system. Checked inside, it appears that most of the functionality works great. The only major problem is that I have to log into the system with the super user root account. The non-system account I created int the installation process is not even shown in the user account. I suspect the issue is related to the failed auto configuration process.

So the next step, obviously, was to install Oracle on OpenSUSE. Unfortunately, I found out that OpenSUSE is not a supported distribution for Oracle.

http://docs.oracle.com/cd/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD

https://community.oracle.com/thread/2514520?tstart=0

Note: OpenSUSE is different from SUSE. See this page for more information.

OK, then, I need to uninstall OPENSUSE 13.1. Sounds like a simple operation, right? Actually, not that easy as it has to deal with the partitions.

Step 2 - Uninstall OpenSUSE 13.1 and make the laptop back to the state it was

I found this video helpful.

So I download and install EasyBCD as suggested. Then I deleted the three partitions for the OpenSUSE installation. Restarting....

No bootable device insert boot disc and press any key...

Oh, No! The Master Boot Record messed up. Eventually I found this article helpful (fortunately, I have the Windows 7 installation CD).

Initially, I tried the first option 'Startup Repair'. But it did not work as it displays the D drive as where the window system resides. It is not right. The C drive is where Windows is installed. D is a logical drive for application (the three logical partitions for OpenSUSE have been integrated back to the D drive) .

Then, I used the command prompt method as suggested. Restart....

Bootmgr is missing. Press Ctrl+Alt+Del to restart.

Then following this link, and it is fixed! The OpenSUSE is completely gone.

I chose method 1 - Startup Repair. This time the PC recognizes Windows is installed on the C drive.