I need to set Key attribute value at run time.
<RegistryKey Root="HKLM" Key="Software\ApplicationName">
I will get application name from the user. I want to append application name with default key.
For example: if the application name is test then key should be "Software\Test"
Thanks