Unloading .cpl at run-time
I'm trying to remove an already registered cpl file with my uninstaller. I've tried regsvr32 /u filename.cpl, but this doesn't work since it's not a dll or ocx file.
So then I was thinking of FreeLibrary(...) but I don't have a handle to the control panel library.
Any ideas would be much appreciated.
Thanks!