you could go install the application using defacto standards:
use program files folder when installing new applications to windows machine. there are many system environment variable you can access, it's easiest maybe to see them in DOS.
start cmd and type set, this will list important system variables, ie:
ProgramFiles=C:\Program Files
SystemDrive=C:
SystemRoot=C:\Windows
USERPROFILE=C:\Users\YourName
So install into %ProgramFiles% and then install configuration information somewhere under %UserProfile%
Alternatively you could get a tool doing it for you, like MSI Studio for packaging and delivering your application.
There probably exist many guides explaining how to do this in different ways, as for any definitive guide, I'll keep an eye on this thread as well.
For when and why to store data in windows registry you might want to take a look here:
http://stackoverflow.com/questions/268424/when-and-why-should-you-store-data-in-the-windows-registry