You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the key during Major upgrade will not succeed, as RegistrySearch is performed during the first stage and thus performed before the installer elevated the privileges from user context.
I see, that you can use <SetProperty Sequence="execute" ... to postpone a SetProperty from client into server mode (where it should run elevated. How ever this is neither working for <Property ... nor can <SetProperty... retreive it's value using <RegistrySearch ....
What is the way of preserving the configuration of a system service across upgrades?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get the Remember Property Pattern implemented on a Registry key, that is only accessible to Administrators & LocalSystem.
Initially, the RegistryKey is set by the installer like:
Reading the key during Major upgrade will not succeed, as RegistrySearch is performed during the first stage and thus performed before the installer elevated the privileges from user context.
I see, that you can use
<SetProperty Sequence="execute" ...
to postpone a SetProperty from client into server mode (where it should run elevated. How ever this is neither working for<Property ...
nor can<SetProperty...
retreive it's value using<RegistrySearch ...
.What is the way of preserving the configuration of a system service across upgrades?
Beta Was this translation helpful? Give feedback.
All reactions