EVALUATION
Based on the arch of the installer, as well as the OS, the following files must be copied around/deleted during install.
// JRE 32 bit installer :
// =======================
// On 32 bit OS
// ---------------------
// 1. Copy WindowsAccessBridge.dll to system32
// 2. Delete jre\lib\ext\access-bridge-32.jar
// 3. Delete jre\bin\JAWTAccessBridge-32.dll
// 4. Delete jre\bin\ WindowsAccessBridge-32.dll
// 5. Delete jre\bin\JavaAccessBridge-32.dll
//
// On 64 bit OS
// -------------------
// 1. Copy WindowsAccessBridge-32.dll to SYSWOW64
// 2. Delete jre\lib\ext\access-bridge.jar
// 3. jre\bin\JAWTAccessBridge.dll
// 4. jre\bin\WindowsAccessBridge.dll
// 5. jre\bin\JavaAccessBridge.dll
//
// JRE 64 bit installer :
// =======================
// 1. Copy WindowsAccessBridge-64.dll to system32
//
|