 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Daniel Baylon Guest
|
Posted: Fri Aug 19, 2005 5:49 pm Post subject: Problems running an Delphi Deployment |
|
|
I have a Delphi 6 application which uses BDE and reads a set of registry keys generated by InstallShield installed to get some applixcation configuration.
Installed application on a Windows 2000 computer using Administrator user.
Everything runs ok when application is launched from this profile.
The problem starts when another user is logged in same computer with lower privileges than administrator.
Application can't read registry values created by installer.
Use regedit tool connected as non-administartor user and can see key values, Keys are created under HKEY_LOCAL_MACHINESoftware key. I noticed that BDE is installed under same key tree and BDE Administrator can be used on non-administartor user.
I don't know what can be happening, any help is appreciated.
Best regards.
|
|
| Back to top |
|
 |
Brion L. Webster Guest
|
Posted: Mon Aug 22, 2005 9:18 pm Post subject: Re: Problems running an Delphi Deployment |
|
|
Daniel Baylon wrote:
| Quote: | I have a Delphi 6 application which uses BDE and reads a set of registry
keys generated by InstallShield installed to get some applixcation
configuration.
Application can't read registry values created by installer.
Use regedit tool connected as non-administartor user and can see key
values, Keys are created under HKEY_LOCAL_MACHINESoftware key. I noticed
that BDE is installed under same key tree and BDE Administrator can be
used on non-administartor user.
|
Presumably you're using a TRegistry component that you create, read some
keys, and process the values. Make sure you're using OpenKeyReadOnly and
not just OpenKey.
-Brion
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|