Custome license unicode error
Hi all,
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:
But when I run it I see a '?' (question mark) as a first letter in front of the license test.; change license
::LoadFile "${TempDir}\$LicenseName" $0
FindWindow$0 "#32770" "" $HWNDPARENT
GetDlgItem$0 $0 1000
CustomLicenseUnicode
>
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