You should have a directory structure similar to this:
C:\app\Administrator\product\11.1.0\db_1\apex (this is the unzipped kit)
C:\app\Administrator\product\11.1.0\db_1(this is created by the Oracle 11g installation)
C:\app\Administrator\product\11.1.0\db_1\oradata (this is created by the Oracle 11g installation)
Step 1
Open DOS CMD window and change default to the directory of the unzipped Apex kit.
e.g.
CMD> cd C:\app\Administrator\product\11.1.0\db_1\apex
Step 2 – Upgrade
CMD> sqlplus sys/password as sysdba
SQL> @apexins SYSAUX SYSAUX TEMP /i/
Step 3 – Set images directory
CMD> sqlplus sysm/password as sysdba
SQL> @apxldimg.sql c:\oraclexe
Step 4 – Set Admin password
SQL> @apxxepwd.sql password
Step 5 – Enable remote http connections
SQL> exec dbms_xdb.setListenerLocalAccess (l_access => FALSE);
Login
URL: http://localhost:8080/apex
Workspace: yourworkspace
Username: useraccount
Password: password