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
Last revision Both sides next 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:10]
chris_10 [setup.opsiscript]
Line 69: Line 69:
 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 112:
 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 128:
 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