What is a registry in NSIS? How do you write to and read from a registry?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mean the Windows Registry, which you are able to modify with NSIS?
In this case, this article may help you to clarify something: What is the Windows Registry?
After that, you are able to understand and use the NSIS-Commands
A detailed example can be found here: ReadRegStr and here: WriteRegStr