|
Re: A non-Administrative User to run program with Administrative previlidges I have a similar problem. I have a Delphi program that makes a call to Set8087CW to disable the FPU exception. I now have a user that has moved the software over to Vista and he is able to run it by setting the run as adminstrator to true. The problem is when the program is moved to a network where the user doesn't have administrative privileges the program won't run as the Set8087CW call requires the privilege. Is the only way to get around this problem to take the code requiring the privilege and creating a service? If so are there any good references for this (Visual C++). Thanks. |