/build/static/layout/Breadcrumb_cap_w.png

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


0 Comments   [ + ] Show comments

Answers (6)

Answer Summary:
Posted by: mpace 11 years ago
Red Belt
1

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.

Posted by: SMal.tmcc 11 years ago
Red Belt
1

they should be located in C:\Program Files\Java\jre7\bin

Posted by: msalsbury 11 years ago
Second Degree Blue Belt
1

If you're running a 64-bit version of Windows, look for them in C:\Windows\SysWow64. 

Posted by: piyushnasa 11 years ago
Red Belt
1

You can use the command line here to set the install directory in silent mode:

<jre>.exe [/s] [INSTALLDIR=<drive>:\<JRE_install_path>] [STATIC=1] [WEB_JAVA=0/1] [WEB_JAVA_SECURITY_LEVEL=VH/H/M/L]

Posted by: anonymous_9363 11 years ago
Red Belt
0

The Java installer should add the location of its binaries to the System PATH. It it hasn't, the PATH is probably too long. I routinely rip stuff out of PATH because it often gets populated unnecessarily.

Posted by: Tsjippy 11 years ago
White Belt
0

thanks for the answers.

Its working now when I run it as the logged in user, and not the local system account

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ