Hello,
i am trying to install Java Profiler 2017.02 build 75 silently with installdir parameters but it doesnt work the way i want. The installation is quiet but the installdir is still C:\Program Files\ (default).
I have tried:
yourkit.exe /S /D=C:\foo\bar
yourkit.exe /S /NCRC /D=C:\foo\bar
yourkit.exe /S /Dir=C:\foo\bar
yourkit.exe /S INSTALLDIR=C:\foo\bar
... and much more ...
but nothing will work properly. With the 12.0.6 Version it worked perfectly fine:
yourkit.exe /S /D=C:\foo\bar
Did i miss something or is there a way to install it properly?