User Tools

Site Tools


userspace:ibm_semeru_open_jre

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:ibm_semeru_open_jre [2023/01/03 16:08]
chris_10 [IBM Semeru JRE Runtime]
userspace:ibm_semeru_open_jre [2023/01/03 16:32]
chris_10
Line 1: Line 1:
-====== IBM Semeru JRE Runtime ======+====== IBM Semeru Java Runtime ======
 Tested with opsi 4.2 \\ Tested with opsi 4.2 \\
 Windows 10 x64 Ent SAC 19.09, 20H2 & 21H2 \\ Windows 10 x64 Ent SAC 19.09, 20H2 & 21H2 \\
 +Download IBM Semeru Runtimes from here: https://developer.ibm.com/languages/java/semeru-runtimes/
  
 type: localboot\\ type: localboot\\
 id: ibm-semeru-open-jre\\ id: ibm-semeru-open-jre\\
 description: Java Runtime\\ description: Java Runtime\\
 +
 +<code>
 +tree:
 +|-- setup.opsiscript
 +|-- delsub.opsiscript
 +|-- uninstall.opsiscript
 +|-- ibm-semeru-open-jre_x64_windows_8u352b08_openj9-0.35.0.msi
 +|-- ibm-semeru-open-jre_x86-32_windows_8u352b08_openj9-0.35.0.msi
 +|-- ibm-semeru-open-jre.png
 +|-- check_msi-exitcode.opsiscript
 +</code>
  
 The "check_msi-exitcode.opsiscript" is from UIB default Repo. The "check_msi-exitcode.opsiscript" is from UIB default Repo.
Line 69: Line 80:
 Set $INST_SystemType$ = GetSystemType Set $INST_SystemType$ = GetSystemType
 Set $INST_MsVersion$ = GetMsVersionInfo Set $INST_MsVersion$ = GetMsVersionInfo
-Set $INST_architecture$ = GetProductProperty("install_architecture","system specific") 
 Set $LogDir$ = "%SystemDrive%\tmp" Set $LogDir$ = "%SystemDrive%\tmp"
 ; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Line 113: Line 123:
 ShowBitmap "%ScriptPath%\" + $Product_Pic$ $ProductId$ ShowBitmap "%ScriptPath%\" + $Product_Pic$ $ProductId$
  
-if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only"))+if ($INST_SystemType$ = "x86 System")
   
  comment "Check previous Version"  comment "Check previous Version"
Line 129: Line 139:
 endif endif
    
-if (($INST_SystemType$ = "64 Bit System") and ($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))+if ($INST_SystemType$ = "64 Bit System")
   
  comment "Check previous 64 Bit Version installed"  comment "Check previous 64 Bit Version installed"
userspace/ibm_semeru_open_jre.txt ยท Last modified: 2023/01/03 16:32 by chris_10