Archive: Remove Registry Value Only


Remove Registry Value Only
On install i create a value in HKCU ...\Windows\CurrentVersion\Run for the installed program. How do i remove just this value on uninstall? I cannot delete the entire key as other programs use this key too. Is there a DeleteRegStr or equivalent? All that i found in the docs is a DeleteRegKey but this seems to delete entire keys.


DeleteRegValue :)


Thanks. I just found the "Instructions" subsection in the NSIS manual that details the registry functions and more.


:up: