User Tools

Site Tools


userspace:java-ng

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userspace:java-ng [2018/01/24 14:46]
Kevin W. Update to Java 8 update 162
userspace:java-ng [2021/08/23 08:37] (current)
Line 1: Line 1:
-====== Java (java_1.8.0.162-4.2.5) ======+====== Java 8 (EOL) ======
 **Feel free to contact me :)** **Feel free to contact me :)**
  
Line 10: Line 10:
 Tested with 7 Pro x64\\ Tested with 7 Pro x64\\
 Tested with 7 Pro x86\\ Tested with 7 Pro x86\\
-Tested with Java 6u10 - 8u162\\ 
 requiredWinstVersion >= 4.11.5\\ requiredWinstVersion >= 4.11.5\\
-By <Compilenix@compilenix.org> 2018-01-14\\ 
  
-**I'm currently working on a Java 9 package, this will take some more time to complete due to changes made in the installer(s) and related problems. :/**\\ +**This package will not receive any updates**
-Why can't Oracle just use one of the well established installers...+
  
-Download: [[https://compilenix.org/public/opsi/localboot/java/java_1.8.0.162-4.2.5.opsi | All in one - installable opsi package]]\\+Download: [[https://compilenix.org/public/opsi/localboot/java/java_1.8.0.202-4.2.5.opsi | All in one - installable opsi package]]\\
 Checksum's and detached pgp signatures: https://compilenix.org/public/opsi/localboot/java/ Checksum's and detached pgp signatures: https://compilenix.org/public/opsi/localboot/java/
  
Line 34: Line 31:
 Download: my [[https://marketplace.visualstudio.com/items?itemName=Compilenix.winst | Visual Studio Code Syntax Highlighting]] Download: my [[https://marketplace.visualstudio.com/items?itemName=Compilenix.winst | Visual Studio Code Syntax Highlighting]]
  
-==== What it does, and what not ====+===== What it does, and what not =====
  It Does:  It Does:
   - Handle install: x64 and x86, JRE and JDK   - Handle install: x64 and x86, JRE and JDK
-  - Handle uninstall: x64 and x86, JRE of Java 1.6.0.10 until 1.8.0.151, JDK of Java 1.7.0.0 until 1.8.0.162+  - Handle uninstall: x64 and x86, JRE of Java 1.6.0.10 until 1.8.0.151, JDK of Java 1.7.0.0 until Java 8u202
   - Installation of Java 8   - Installation of Java 8
   - Add the JCE Patch to every Java installation; see: [[https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html | JCE Documentation]]   - Add the JCE Patch to every Java installation; see: [[https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html | JCE Documentation]]
Line 45: Line 42:
   - Uninstall Java versions older then 1.6.0.10, because in update 10 was a new installer dropped which uses an other schema of GUID´s at the Windows Registry   - Uninstall Java versions older then 1.6.0.10, because in update 10 was a new installer dropped which uses an other schema of GUID´s at the Windows Registry
   - Uninstall Java JDK`s older then 1.7.0.0   - Uninstall Java JDK`s older then 1.7.0.0
-  - Uninstall Java 9+  - Un-/Install Java 9
  
-==== Notes ====+===== Notes =====
 The package includes the MSI installer for the JRE and JDK x86, because if you want to install Java JRE/JDK x86 on a x64 System the EXE installer will "crash" if it was called in a SYSTEM user context. Calling it by hand will work and my package is designed to manage both cases. The package includes the MSI installer for the JRE and JDK x86, because if you want to install Java JRE/JDK x86 on a x64 System the EXE installer will "crash" if it was called in a SYSTEM user context. Calling it by hand will work and my package is designed to manage both cases.
  
Line 57: Line 54:
 This happends only on x64 System`s. My package will ever prefer of using the EXE installer, the MSI files were only called in a fallback case!\\ This happends only on x64 System`s. My package will ever prefer of using the EXE installer, the MSI files were only called in a fallback case!\\
  
-==== TODO ====+===== TODO =====
   - Add feature; Install X.509 (root) Certificates into the Java Certificate chain.   - Add feature; Install X.509 (root) Certificates into the Java Certificate chain.
   - Change uninstall procedure using WMCI or Powershell, to avoid generating wrong uninstall strings. (Thanks Andreas)   - Change uninstall procedure using WMCI or Powershell, to avoid generating wrong uninstall strings. (Thanks Andreas)
   - Nothing else at the moment.. If you have any suggestions, let me know :)   - Nothing else at the moment.. If you have any suggestions, let me know :)
  
-===== control ===== +===== Product Properties ===== 
-<code winst control.txt> +<code>
-[Package] +
-version: 4.2.5 +
-depends: +
-incremental: False +
- +
-[Product] +
-type: localboot +
-id: java +
-name: Java +
-description: +
-advice: +
-version: 1.8.0.162 +
-priority: -95 +
-licenseRequired: False +
-productClasses: +
-setupScript: setup.ins +
-uninstallScript: uninstall.ins +
-updateScript: +
-alwaysScript: +
-onceScript: +
-customScript: +
-userLoginScript: +
 [ProductProperty] [ProductProperty]
 type: unicode type: unicode
Line 149: Line 123:
 values: ["False", "True"] values: ["False", "True"]
  
-[Changelog]+[ProductProperty] 
 +type: unicode 
 +name: updatebranch 
 +multivalue: False 
 +editable: False 
 +description: Toggle between Critical Patch Update (CPU) and Patch Set Update (PSU) 
 +values: ["CPU", "PSU"
 +default: ["CPU"
 + 
 +</code> 
 + 
 +===== Changelog ===== 
 +<code control.txt> 
 +java (1.8.0.202-4.2.5) 
 +  -- Kevin Weis <Compilenix@compilenix.org> 2018-01-16 
 +  * update 
 + 
 +java (1.8.0.192-4.2.5) 
 +  -- Kevin Weis <Compilenix@compilenix.org> 2018-10-26 
 +  * update 
 + 
 +java (1.8.0.181-4.2.5) 
 +  -- Kevin Weis <Compilenix@compilenix.org> 2018-07-18 
 +  * update 
 + 
 +java (1.8.0.172-4.2.5) 
 +  -- Kevin Weis <Compilenix@compilenix.org> 2018-04-18 
 +  * update 
 java (1.8.0.162-4.2.5) java (1.8.0.162-4.2.5)
   -- Kevin Weis <Compilenix@compilenix.org> 2018-01-24   -- Kevin Weis <Compilenix@compilenix.org> 2018-01-24
userspace/java-ng.1516805193.txt.gz · Last modified: 2021/08/23 08:37 (external edit)