How to write install path to registry after install is complete with Inno sSetup?
Thanks in advance!
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.
Like TLama said, you can achieve it via
ssPostInstallif you want the key to be added after the installation process is complete.Or you can use
AfterInstallthat will be called after the last files is installed (copied).