installation folder from registry
Is it possible to get the installation folder from the registry and then add additional folders to it by default?
For Example: BlahRegKey has "C:\folder\folder\"
and I want to use that but I want the default installation directory to read:
"C:\folder\folder\extra\folder\"
I have the registry key code working, I just don't know how to add the other folders onto the registry obtained directory. Is this possible and if so what would the additional code be?