Reference/WriteRegStr
From NSIS Wiki
Jump to navigationJump to search
WriteRegStr
root_key subkey key_name value
Write a string to the registry. See WriteRegExpandStr for more details.
WriteRegStr HKLM "Software\My Company\My Software" "String Value" "dead beef"