I made an application that is deployed using a Setup Project in Visual Studio 2010. The Setup Project is configured to remove the previous version. When the user installs a newer version of the application, it offers to install the app in the installation folder that is specified in the Setup Project. Is there a way to make it show the folder that is used by the previous installed version?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
When you install the application you have the option of adding a registry key, it stores information such as GUID, App Name, App Path, Policy. Before perusing the uninstall, you can simply read the registry key to get this information. |
|||||
|