Keeping registry entries across installs
Posted: Fri Jun 16, 2006 2:07 pm
Our application stores settings in the registry that need to exist between
installs. These keys are set to default values in the setup script.
When a user installs a new version and the old one is removed those registry keys don't need to be deleted and recreated in the new install.
We've tried marking the entries permanent, but that does not seem to help.
The new install seems to overwrite with the default values even if the key already exists. There is a flag in InnoSetup that specifies to only create the key if it does not exist. We need to get the same effect in InstallAware.
What is the best way to do this?
Thank you.
installs. These keys are set to default values in the setup script.
When a user installs a new version and the old one is removed those registry keys don't need to be deleted and recreated in the new install.
We've tried marking the entries permanent, but that does not seem to help.
The new install seems to overwrite with the default values even if the key already exists. There is a flag in InnoSetup that specifies to only create the key if it does not exist. We need to get the same effect in InstallAware.
What is the best way to do this?
Thank you.