I have a setup an install that successfully adds a registry key and a set of values under HKEY_LOCAL_MACHINE\Software\[New Key].
Under properties for the new key I have checked the "Create (if absent) at install" and unchecked "Delete (if present) at uninstall" yet during uninstallation this key and contained values are getting removed.
Is there something else I need to do to make these values persistant?