In .net I want to develop a install solution which install my program into a path
and the path is used in the program,so I think I can write the install path into
the registry file when install the program,and in my program ,I read the specifi
ed key value in the registry file.But how to write the install path into the regi
stry file in the intall solution?