I am using EZtwain to scan documents into a directory.
The EZTwain application installs a dll into the users system32 folder beforehand.
Now the application is working on my own personal computer, but when This application is run on the users computes who have rights restrictions, the application does not scan the images.
I take it the rights the user have restricts them from accessing the dll as it should. Is there another way to right this without giving the user full admin access on his or her pc to get to the dll in System32?
Try to place the DLL to user accessible path and register it.