Hi,
I'm making an installation project for my .net app (c#), and i want it to add some entries to the registry, but in some of them I need to write the installation folder, and in other I want to save the full path of the main result of the app (the .exe file)
How can i do this? are there some special variables or something like that i can use (for example %app_path%\%app_exe_name% -d "%1" ...)
I'm using VS 2005 for the app and the installation project