When trying to silently install Java FX SDK on windows Vista:
javafx_sdk-1_0-dev-windows-i586.exe /qn
the installer dies silently.
It is probably because of UAC.
UAC dialog should be poped up asking for permission/credentials
to install.
The same works on windows XP (which does not have UAC).
javafx_sdk-1_0-dev-windows-i586.exe /qn
the installer dies silently.
It is probably because of UAC.
UAC dialog should be poped up asking for permission/credentials
to install.
The same works on windows XP (which does not have UAC).
- relates to
-
JDK-8105056 Java FX SDK silent installation not silent
-
- Closed
-