We want to store customer specific credentials for our application in the Windows Credential Manager using Inno Setup.
We are building an installer that installs a part of our software in customer environments. We want the installer asking for those a client id and a client secret. And then we want to store this credentials in the Windows Credential Manager during the installation process. How can we achieve this?
I have seen those potentially interesting questions but I lack the understanding of how to use this in Inno Setup:
- How to access the stored credentials (PasswordVault?) on Win7 and Win8?
- Access Windows Credentials in Credential Manager
Windows service using those credentials will be running using the same account that runs the installer.