We have an installer that's setting up a windows service that runs under a different user account, and it's going to be configured with some pretty sensitive values we'd like to protect as well as possible.
We'd like to store those values in the user's environment variables, but the user running the installer is not always going to be the user under which the service runs.
I'm not finding much information online about user A configuring environment values for user B. Is it possible?