I've marked a component which writes a registry key with Permanent="yes"
attribute. Later I removed this attribute, but component still thinks it is permanent. Uninstall log says:
Disallowing uninstallation of component: {XXXXXXXX-3955-519D-AC73-F6832147D388} since another client exists
Searching Windows Registry for that GUID gives no result. How can I clean up "Windows Installer memory"?
Documentation to Permanent
attribute says
The installer registers an extra system client for the component in the Windows Installer registry settings (which basically just means that at least one product is always referencing this component)
but where this "extra system client" can be found and uninstalled?