Original Post

Hello IT’s friend !
This issue was not fixed by me, it was fixed original by Mando.
And clearly step by Arty Borulia, Here the link to the post in Arty’s blog:
http://dba-story.blogspot.com/2011/03/j-initiator-11816-on-windows-7-x64-64.html

Step by Step (Modified)

  1. Download the binary package from dropbox(original).
  2. Extract the JInit 1.1.8.16 for Windows 7 x64.zip
    JInit 1.1.8.16 for Windows 7 x64 Folder
  3. Copy the Oracle folder to C:\Windows\Program Files (Not the “program files (x86)” folder)
    ; If you install not on C:\ please change to your installed WINDOWS drive
  4. Run → regedit Enter, Expand HKEY_USERS and see the couple of strings that have format as picture
    USER_ID - HKEY_USERS Registry
    The USER_ID is S-1-5-21-3197996563-1768115088-3506838410-1000
  5. Or browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileListHKEY_LOCAL_MACHINE - ProfileList
  6. cd Reg Folder and edit-replace the two registry files that have HKEY_USERS in the title with text editor (easy tool used : notepad)
  7. Open “Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_USERS – After Install.reg” with notepad
    Go to Edit→Replace… (Ctrl+H)
    Notepad-Replace-Text-Oracle JInitiator 1.1.8.16 - Added Registry - HKEY_USERS - After Install
    Find what: S-1-5-21-1085031214-1563985344-1801674531-500 (default value)
    Replace with: S-1-5-21-3197996563-1768115088-3506838410-1000 (step4)
    Choose: Replace All
  8. Repeat the 2nd file “Oracle JInitiator 1.1.8.16 – Modified Registry – HKEY_USERS – After Install.reg” with step 7 again
  9. Run all the registry files after modified as below. You’ll get an error on one of them, but just ignore it.
    It should be on the HKEY_Local_Machine one, just make sure you don’t get an error anywhere else.

    1. Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_CLASSES_ROOT – After Install.reg
    2. Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_CURRENT_USER – After Install.reg
    3. Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_LOCAL_MACHINE – After Install.reg
    4. Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_USERS – After Install.reg
    5. Oracle JInitiator 1.1.8.16 – Modified Registry – HKEY_CURRENT_USER – After Install.reg
    6. Oracle JInitiator 1.1.8.16 – Modified Registry – HKEY_LOCAL_MACHINE – After Install.reg
    7. Oracle JInitiator 1.1.8.16 – Modified Registry – HKEY_USERS – After Install.reg

Download JInit 1.1.8.16 and Batch script

I have written dos batch file to automate the steps above and also using Find And Replace Text command line utility (fart.exe) from sourceforge.net to replace text in the two registry files that have HKEY_USERS in the title.

Batch script Code

[text]
@echo off

REM ####################################
REM # Mkdir
REM ####################################

mkdir “C:\Program Files\Oracle”

REM ####################################
REM # Copy Oracle Program Files
REM ####################################

xcopy Oracle “C:\Program Files\Oracle” /A /Y /E /H /I

REM ####################################
REM # Query the value and grep value
REM ####################################

set PROFILE_LIST=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList”

REM ####################################
REM # Last tokens is %USER_ID%
REM ####################################

set USER_ID=

for /f “tokens=*” %%a  in (‘reg query %PROFILE_LIST% ^| findstr %PROFILE_LIST%’) do (
set USER_ID=%%a
)

set USER_ID=%USER_ID:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\=%

REM ####################################
REM # Search and Replace Text by fart.exe
REM ####################################

set USER_ID_OLD=S-1-5-21-1085031214-1563985344-1801674531-500

fart -i “Reg\*HKEY_USERS*.reg” %USER_ID_OLD% %USER_ID%

REM ####################################
REM # Add Registry – Reg/*.reg
REM ####################################

regedit.exe /s “Reg\Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_CLASSES_ROOT – After Install.reg”
regedit.exe /s “Reg\Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_CURRENT_USER – After Install.reg”
regedit.exe /s “Reg\Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_LOCAL_MACHINE – After Install.reg”
regedit.exe /s “Reg\Oracle JInitiator 1.1.8.16 – Added Registry – HKEY_USERS – After Install.reg”
regedit.exe /s “Reg\Oracle JInitiator 1.1.8.16 – Modified Registry – HKEY_CURRENT_USER – After Install.reg”
regedit.exe /s “Reg\Oracle JInitiator 1.1.8.16 – Modified Registry – HKEY_LOCAL_MACHINE – After Install.reg”
regedit.exe /s “Reg\Oracle JInitiator 1.1.8.16 – Modified Registry – HKEY_USERS – After Install.reg”

echo “Added Registry – Oracle JInitiator 1.1.8.16 Successful !”

pause

exit
[/text]

JInit 1.1.8.16 for Windows 7 x64 with Batch script.zip

Below is the link of JInit 1.1.8.16 for Windows 7 x64 from original and included the batch script above.
JInit 1.1.8.16 for Windows 7 x64 with Batch script.zip

Recent JInit 1.1.8.16 for Windows 7 x64 Search Terms:

  • - JInitiator 1 1 8 2 windows 7 32 bits (1)
  • - jinitiator 1 1 8 16 (3)
  • - oracle jinitiator 1 1 8 16 (1)
  • - jinitiator windows 7 (1)
  • - download jinit64bit (1)
JInit 1.1.8.16 for Windows 7 x64