...
Issue
Standard users are not able to run the Java Update Installer without entering Administrator credentials in UAC.
Solution
Using an Arellia Application Control Policy, standard users can install updates without UAC prompts. To create a recommended application control policy, do the following steps:
Info |
---|
An Download an example policy for elevating the Java updater and installer can be downloaded from the Application Control - Updater Policies data feed . See (for instructions on how to use data feeds, go to Using Data Feeds |
...
). |
- Create a Win32 Executable Filter for jucheck.exe that has the original file name set to "jucheck.exe" and Product Name as ": Java*"
- (optional, allows Java installs from internet) Create Optionally, you can create a Win32 Executable Filter for jinstall.exe that has the original file name set to " jinstall.exe".
- Create a Signed File Filter for Oracle/Sun that includes the latest Oracle Digital Signatures.
- Create a new Application Elevation Policy that targets "jucheck.exe" and " jinstall.exe" (optional).
- Change the Include Only Parameter to the Oracle/Sun Signed Certificate File Filter.
- Set the Application Action to "Add Administrator Rights - Unrestricted".
- Set Click the Policy Priority accordingly and enable Enforcement tab.
- Under Policy Priority, Select the Continue enforcing policies for child processes after enforcing this policy.
...