I have a VS Web setup project.
I want to register the physical path of the application.
In the setup project, I created a new key in HKLM, named Software, then I created a new key named "MyCompany", then in the mycompany key, I add the key Installation Folder with value [TARGETDIR].
But when I try my installer, and go to regedit after successful installation, the registry-key is not there. Am I missing something?