PDA

View Full Version : Java Runtime Environment Dynamic Installer


plixxc
8th December 2011, 15:23
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
8th December 2011, 15:26
Are you using MUI.nsh? If so use MUI2.nsh. Also make sure you include it before JREDyna.nsh.

Stu

plixxc
9th December 2011, 06:13
That worked. Thank you a lot.