Skip to content
⌘ NSIS Forum Archive

nsis dialogs showing junk values in 3.08 versions

5 posts

shekara#

nsis dialogs showing junk values in 3.08 versions

i have upgraded nsis from 2.* to 3.08 . post migration, i am seeing issues with return values of variables in logs and in dialogs which is causing installer to abort. any help is much appreciated.

Click image for larger version

Name:	image.png
Views:	181
Size:	27.8 KB
ID:	4615185
shekara#edited
The popped variable does not seems to correctly popped as a unicode string. the same script works fine in 2.** . my script is UTF 8 encoded... even after setting !define UNICODE "0" in my installer file, i still see the same issue