Hello all,
Please, does anybody know why I'm getting this error message when trying to configure the EPM ?
I trying to install it on windows 10 home 64 bit and I downloaded the 64 bit package. The installation goes very smooth, but when I get to the configuration point I get the message:

When looking at the config log:
nexpected error:[[
java.lang.UnsatisfiedLinkError: C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\NativeCall.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1732)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.Runtime.loadLibrary(Runtime.java:811)
at com.hyperion.cis.utils.os.windows.nativecall.NativeCall.init(NativeCall.java:120)
at com.hyperion.cis.utils.os.windows.NativeCallUtils.intCall(NativeCallUtils.java:60)
at com.hyperion.cis.utils.os.windows.RegistryUtils.regOpenKey(RegistryUtils.java:492)
at com.hyperion.cis.utils.os.windows.RegistryUtils.getDWordRegValue(RegistryUtils.java:213)
at com.hyperion.cis.utils.os.windows.IisUtils.reinitializeIisUtils(IisUtils.java:106)
at com.hyperion.cis.utils.os.windows.IisUtils.<clinit>(IisUtils.java:100)
at com.hyperion.config.wizard.impl.ProductTaskSelectionState$1$1.commit(ProductTaskSelectionState.java:98)
at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:565)
at java.lang.Thread.run(Thread.java:662)
What am I doing wrong ?
Many thanks for your help