Hi,
I have an installer created with AI(AdvancedInstaller) and it has some registry subkey/value key creation.
It has two types of sub keys, one with a static name (say 'HKLM\Softwares\MyProduct\Settings') and another with dynamic name. For generating dynamic name, I used a property which will be set with one value during the start-up of installation. The dynamic sub key's name which I have created in AI IDE's registry tab is HKLM\Software\MyProduct\Settings_[PROPETYNAME].
I have observed that this dynamic sub key and its descendent are not removed after product installation. But static key is removed.
Please let me know if there any solution to this with respect to dynamic sub key.
Thanks,
Prasanth