
06-29-2007
|
|
|
|
Re: Registry blocked by UAC
Thanks Kerry, and yes You're right, in some cases we need to create the Key
from the installer and that works just fine (UAC prompts for consent) ,the
problem comes when the Key is created out of the installer.
An example of this is when a trial version of an app. is installed and when
expired, only the key is changed for full version.
Do you know how are developers fixing this case when migrating their old
apps?
"Kerry Brown" wrote:
> If they need to be updated by users they should be in HKEY_CURRENT_USER.
> Otherwise you can set them with the installer. Installers almost always need
> administrator access and automatically generate a UAC prompt.
|