0

The Java runtime installer has a silent installation switch, jre-6u27-windows-i586-s.exe /s. However, when UAC is set to any of the "Notify me" options, the Java installer still shows a prompt!

enter image description here

Is there any way around this except to turn off UAC?

Anthony Mastrean
  • 441
  • 1
  • 6
  • 18

2 Answers2

1

Are you deploying this to all your workstations? If so you could set it to run under the local admin account which bypasses UAC as it's setup to run everything in admin mode by default (unless you've changed this via GPO).

mrdenny
  • 27,074
  • 4
  • 40
  • 68
  • Hm... I am running this as part of a complicated software deployment to a medical instrument. It is running a full Windows installation and has a builtin admin. However, we're running as a service account. I can look into this. – Anthony Mastrean Sep 20 '11 at 19:28
1

Not really, if it were possible (easy) to install software bypassing UAC, then there would be no point in having UAC. The whole idea behind UAC is to prevent unauthorized (read potentially dangerous) software from being installed.

If you use some of sort of network management software/service like SCCM, then that might be able to do it by having it's own software installation service installed.

Coding Gorilla
  • 1,938
  • 12
  • 10