During install, I want to add a registry string that contains the full path of where I was installed to. For example, if the user elects to install to "c:\program files\MyProg", then as part of the setup process I want to add a registry value under HKLM\Software\<my app>\InstallPath = "c:\program files\MyProg".
It *looks* as though the VS 2005 Setup project only allows "fixed" values added to the registry. I'm hoping I'm wrong.
Did you find a solution to this problem I want to do the exact same thing. I already tried [Application Folder] as the Value property and it did not seem to work.
-Frank
joeycalisay
Posted: Visual C# General, Setup projects: "variables" in registry values?