Page 1 of 1

adding a permanent entry in the registry

Posted: Mon Jun 20, 2005 1:13 pm
by Will
Is there a way to permanently add an entry into the registry? With the built-in function, the entry is removed upon the uninstall. I want an entry that will remain after the program is uninstalled.
Would I have to do that with a .DLL function?

Posted: Tue Jun 21, 2005 6:43 am
by sinan
Yes, you would have to do that with either a custom plug-in DLL, or Win32 API calls using the Call DLL Function plug-in.