Why do you need to store the location of your program in the registry?
Hyperz Reviewed by Hyperz on . [C#] Need help adding registry entries during setup Hey all, I'm working on a C# application for image uploading, everything is going great but the only thing that I can't really figure out is how to add registry entries. I need to add an extra item to the windows context menu during the setup/initial run of the application (preferably during setup). I need to add several keys for certain file-extensions under the HKEY_CLASSES_ROOT. I could do this every time the application is ran, but that would not be performant. It would also Rating: 5