How can I write a registry key from VS post build event?
        Posted  
        
            by Dror Helper
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dror Helper
        
        
        
        Published on 2010-04-26T08:32:44Z
        Indexed on 
            2010/04/26
            8:33 UTC
        
        
        Read the original article
        Hit count: 403
        
One of the projects I work on need to read a registry key in order to determine some value. Usually the value will be written during installation.
Because I want to run the project locally as well (without installation) I want to write that value after the build has finished.
Is there a simple way I can do that?
© Stack Overflow or respective owner