DLL call needs a full access windows account
I hope someone can assist me with the folowing problem:
In the NSIS installer script I created is a license key check which uses a dll in the NSIS plugins folder to check validation.
The problem i have is that if you use a "Limited access" windows user account, he always returns a "INVALID LICENSE" warning, while this is not the case with a Administrator account.
The script I use looks like this:
vserial::IsValid "Encryption secret word" "Encryption method" "License key"Could it be of influence that the DLL I use is compiled as "Debug DLL"? (He keeps giving meaningless errors when trying to release it as a "Release DLL")