One of the projects I'm working on is to read a registry key to determine a value. Typically, the value will be recorded during installation.
Since I want to run the project locally (without installation), I want to write this value after the build is complete.
Is there an easy way to do this?
source
share