Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Problem

Standard users are not able to run the Java Update Installer without entering Administrator credentials in UAC.

Solution

An example policy for elevating the Java updater and installer can be downloaded from the Application Control - Updater Policies data feed. See Using Data Feeds

Using an Arellia Application Control Policy, standard users can install updates without UAC prompts. Below is a recommended application control policy.

  1. Create a Win32 Executable Filter for jucheck.exe that has the original file name set to "jucheck.exe" and Product Name as "Java*"
  2. (optional, allows Java installs from internet) Create a Win32 Executable Filter for jinstall.exe that has the original file name set to "jinstall.exe"
  3. Create a Signed File Filter for Oracle/Sun that includes the latest Oracle Digital Signatures
  4. Create a new Application Elevation Policy that targets "jucheck.exe" and "jinstall.exe" (optional)
  5. Change the Include Only Parameter to the Oracle/Sun Signed File Filter
  6. Set the Application Action to "Add Administrator Rights - Unrestricted"
  7. Set the Policy Priority accordingly and enable enforcing policies for child processes

  • No labels