Hi,
I've created a global function (GF) which sets up the registry keys to give me a file association for files created by my program. This seems to work really well.
However when I run the uninstall, the registry keys set up by my GF don't get removed. In a test install project I have also included a Registry.SetValue command outside of my GF, that seems to be removed when I run the uninstall, but not the entries added within my GF.
Firstly, is what I'm seeing 'correct' or is this a bug ?
Secondly, if SF7 is working as designed (i.e. it's not a bug) I'm guessing that I can sort this out by changing my GF to add the necessary uninstall commands when it runs. This is where I get stuck. I can't see how ot add a Registry.xxx action using the UninstallData action. Can someone point me in the right direction ?
I am using version 7.0.6.1 of SF7.
Cheers,
Dave

