I have a asp.net project, and wrote a web installer. The setup exe/msi copies that project in directory chosen by the installing user, and creates an application for it.
How can I get the path my asp.net application got installed to (in the installer)? I want to write the physical path of my ASP.net application into the registry, because a windows service needs to watch a directory of this web project, and it can t do that, unless it knows where the web project was installed to.
Does the Webinstaller project by any chance write this value into the registry automatically ?