Announcement

Collapse
No announcement yet.

How to install specific JRE version even if upgrade will happen?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to install specific JRE version even if upgrade will happen?

    Function java
    SetOutPath '$TEMP'
    SetOverwrite on
    File lib\jre-6u24-x64.exe
    ExecWait '$TEMP\jre-6u24-x64.exe'
    FunctionEnd


    I have installed specific jre 24 version through NSIS.After installed user install JRE 35 the older version will be removed.so the currently used path and variables are changed.How to install specific version JRE even if jre upgrade happen?

    How to resolve this issue?

  • #2
    Read the path from registry again -get new path for JRE 35.
    Cool looking installers with custom design: www.graphical-installer.com
    Create Setup Pages easily: www.install-designer.com
    Build installers in Visual Studio 2005-2022: www.visual-installer.com
    or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎