
tyler.badorrek1.5524936873975205E12 asked a question.
Left over registry keys?
I have a Basic MSI project. I am creating the directory structure using the CreateFolders action, but I am filling the content of those folders using custom actions, because I need to unzip things into them. I have no key files set for any of my components. I also use a custom action to delete my installation's top-level directory and everything underneath it.
After I uninstall, the paths to each of my folders installed using CreateFolders is still listed under Microsoft\Windows\CurrentVersion\Installer\Folders. Is this normal? Are these keys getting left behind because I'm not using a custom action to delete my folders?
Anyone have any idea on why this is? I've seen a couple of other threads about this without any answer.