|
|
#1 | |
|
Junior Member
Join Date: Dec 2006
Posts: 4
|
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: Quote:
|
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Nothing much can't be told without the DLL itself and preferably its source code. You can use the plug-in tester to test it.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2006
Posts: 4
|
I want to thank you for your answer, but I just figured out what caused the failure.
The error message was caused by a registry check I did, apparently the Windows users with limited access can't access the registry keys in the "HKEY Local Machine" folder. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|