I am deploying my application using an msi installer designed with a Visual Studio Setup Project. How do I set a registry key to the application's install path?
Actually, while I was searching for the same thing the following solution was also mentioned:
use [TARGETDIR] in the registry key.