This is tested on a domain managed environment, like the JRE case in CR 7014194.
Reproduce steps:
1. Check preconditions
Install a supported JRE, for instance 7u4 b22, on the domain member machine
2. Create jfx_install.cmd file using javafx runtime installer, contains two lines:
%JAVAFX_LOCATION%\javafx-2_1_0-windows-i586.exe /s
exit
put it on to the domain member machine
3. Invoke "psexec.exe \\domain_member_hostname -s cmd.exe" from windows domain controller machine.
4. kick off jfx_install.cmd
Expected: JavaFX runtime can be installed successfully
Actually: it returned with RC 1619 and FX runtime was not installed.
I did not find any JavaFX installation log in TEMP DIR. Please advise how to find them.
My test environments of Win server 2008 x64
10.182.30.161 (Domain controller), 10.182.30.180 (domain member) java\administrator Passw2rd
Reproduce steps:
1. Check preconditions
Install a supported JRE, for instance 7u4 b22, on the domain member machine
2. Create jfx_install.cmd file using javafx runtime installer, contains two lines:
%JAVAFX_LOCATION%\javafx-2_1_0-windows-i586.exe /s
exit
put it on to the domain member machine
3. Invoke "psexec.exe \\domain_member_hostname -s cmd.exe" from windows domain controller machine.
4. kick off jfx_install.cmd
Expected: JavaFX runtime can be installed successfully
Actually: it returned with RC 1619 and FX runtime was not installed.
I did not find any JavaFX installation log in TEMP DIR. Please advise how to find them.
My test environments of Win server 2008 x64
10.182.30.161 (Domain controller), 10.182.30.180 (domain member) java\administrator Passw2rd