|
-
Nov 23rd, 2006, 06:37 AM
#1
Thread Starter
Member
Running progs for limited users
I recently wrote a program for a corporate customer. I use SetUp2Go as an installer.
My problem is that the IT guy installed the program for the user, who signs in with a limited account.
The program works fine in administrator mode but not in guest or limited mode. There is a warning to this effect in XP when you create accounts, that some programs won't run correctly unless logged in as an admin.
Does anyonme know how I can get around this?
My installer puts the registry settings in HKEY_LOCAL_MACHINE, do I need to install to HKEY_LOCAL_USER or is there more to it than that?
-
Nov 23rd, 2006, 07:15 AM
#2
Member
Re: Running progs for limited users
More likely HKEY_CURRENT_USER or change permissions on the registry key using regedt32 (can not be done in regedit), if the user permission level permits writing to the registry at all....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|