I'm trying to install a jre-6u43-windows-i586
on my computer in static silent mode. This is a part of another installer. I run
jre-6u43-windows-i586.exe /s STATIC=1 INSTALLDIR=D:\\java1
And it installs great. Then, I'm trying to install it one more time, like
jre-6u43-windows-i586.exe /s STATIC=1 INSTALLDIR=D:\\java2
and it does not installs till I delete previous installation via Programs and Features
.
How can I create a completely standalone JRE installation, so it does not lists in Programs and Features
, does not registers itself in registry and so on. So, that I can create as many embedded installations as I want.
P.S. I know that I can just pack once installed JRE and then unpack it anywhere, but maybe there is more proper way of doing this?