Hi all. I was hoping someone could shed some light on the issues I am having assisting my employee with a Java 10 Deployment through GPO. We previously installed Java 8 with no issue utilizing the same GPO. As a matter of fact, if I swap the Java 10 (64-bit) msi for a Java 8 (32-bit) msi in the GPO, it installs fine (Both MSIs are in the same folder on the file server). I have attached log files below. I acquired this msi the same way as version 8 - Ran the exe and pulled the msi from temp folder.
Please let me know if I should look in additional locations for better information.
Steps Taken
- Wiped out cached GPO
** DEL /S /F /Q "%ALLUSERSPROFILE%\Microsoft\Group Policy\History*.*"
** REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies /f
** REG DELETE HKLM\SOFTWARE\Policies\Microsoft /f
** REG DELETE HKLM\SOFTWARE\Policies\Microsoft /f
** REG DELETE "HKCU\Software\Microsoft\Windows\Currentversion\Group Policy Objects" /f
** REG DELETE HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies /f
** DEL /F /Q C:\WINDOWS\security\Database\secedit.sdb
** Klist purge
- Ran Java Uninstall Tool
- Verified folder and file access for Authenticated Users and SYSTEM (Java 8 msi in same folder works)
- Switched between Java 10 and Java 10.0.1 - Both 64bit
- Enabled Windows Installer Logging via GPO
** voicewarmupx
- Recreated GPO
- Verified MSI Installs properly if ran manually
Event Log Entries
Log Name: System
Source: Application Management Group Policy
Date: 5/23/2018 12:47:18 PM
Event ID: 108
Task Category: None
Level: Error
Keywords: Classic
User: SYSTEM
Computer: <COMPUTERNAME>.pridedallas.com
Description:
Failed to apply changes to software installation settings. Software changes could not be applied. A previous log entry with details should exist. The error was : %%1603
Log Name: System
Source: Application Management Group Policy
Date: 5/23/2018 12:47:18 PM
Event ID: 303
Task Category: None
Level: Information
Keywords: Classic
User: SYSTEM
Computer: <COMPUTERNAME> .pridedallas.com
Description:
The removal of the assignment of application Java 10.0.1 (64-bit) from policy Java - <GPO Name> succeeded.
Log Name: System
Source: Application Management Group Policy
Date: 5/23/2018 12:47:18 PM
Event ID: 102
Task Category: None
Level: Error
Keywords: Classic
User: SYSTEM
Computer: <COMPUTERNAME> .pridedallas.com
Description:
The install of application Java 10.0.1 (64-bit) from policy Java - <GPO Name> failed. The error was : %%1603
GPO Log
Text
4016 5/23/2018 12:47:06 PM Starting Software Installation Extension Processing. List of applicable Group Policy objects: (Changes were detected.) Foxit modusGate directQuarantine <Java GPO Name> Event XML
1085 5/23/2018 12:47:18 PM Windows failed to apply the Software Installation settings. Software Installation settings might have its own log file. Please click on the "More information" link. Event XML
7016 5/23/2018 12:47:18 PM Completed Software Installation Extension Processing in 11782 milliseconds. Event XML
Screenshots of Policy
Image: https://content.spiceworksstatic.com/service.community/p/post_images/0000309870/5b05bd2c/attached_image/1.jpg
Image: https://content.spiceworksstatic.com/service.community/p/post_images/0000309871/5b05bd33/attached_image/2.jpg
Log Files:
jusched.log - https://pastebin.com/2VX3MQsR
MSIb23b.log - https://pastebin.com/HQu2wYj7
MSIb23c.log - https://pastebin.com/XLam3qVB
MSIb239.log - https://pastebin.com/ht0hmg03
The only error I can see is listed below. I haven't been able to find any results regarding this message:
ERROR: LocalSystem is only supported for Enterprise MSI
Thanks for the help!