Skip to content
⌘ NSIS Forum Archive

Java Runtime Environment Dynamic Installer

3 posts

plixxc#

Java Runtime Environment Dynamic Installer

Hi guys,
I'am new to NSIS and i'am trying to get teh Java Runtime Environment Dynamic Installer to work.
I get always the folowing error:
invalid command: ${NSD_CreateLabel}
!include: error in script: "JREDyna.nsh" on line 49
May be i have to install another plugin?
any idiea?

thanks
Afrow UK#
Are you using MUI.nsh? If so use MUI2.nsh. Also make sure you include it before JREDyna.nsh.

Stu