No Java files in system32 after silent install
I install the java RE version (.exe) silently via LANDesk with the following switches: /s IEXPLORER=1 MOZILLA=1
When I do this, java is installed but I miss the javaws.exe, javaw.exe and java.exe file in the system32 folder.
Due to this the java -version command doesn't work and some programms don't work.
If I install Java manually the files are installed. Anybody any clue?
Jva version 7u13
Answers (6)
Bit of a long shot here but you could try deploying via the MSI: http://www.klaus-hartnegg.de/gpo/msi_java.html
LANdesk uses the local user account to run a push deployment if the logged in user is a local administrator. If not then it uses the local SYSTEM account. Both bypass UAC but if I were you I would turn UAC off just for testing purposes.