Set InstallPath registry key using Visual Studio Setup project

registryvisual-studio-setup-projewindows-installer

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?

Best Answer

Actually, while I was searching for the same thing the following solution was also mentioned:

use [TARGETDIR] in the registry key.

Related Topic