I'm using the CustomLicenseUnicode.dll, but I'm facing some problems: I'm trying to change the license at run time with this piece of code:
; change license
FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $0 $0 1000
CustomLicenseUnicode::LoadFile "${TempDir}\$LicenseName" $0 But when I run it I see a '?' (question mark) as a first letter in front of the license test. I tried to modify the txt encoding, but it's reproducible with all of them (currently I'm using UCS-2 Little Endian).
I'm using NSIS unicode v2.45 and the latest CustomLicenseUnicode.dll.
Thanks for the help.
Fabio