I have a requirement to perform the following when installing my ASP.NET (C#) application.
1. Detect previous installations of my application and prompt the user to remove/over-write/install alongside the current application.
Can this be done using an installer project within Visual Studio and a custom installer class?
Any help or advice would be appreciated.
I'm currently using VS2008.
1. Detect previous installations of my application and prompt the user to remove/over-write/install alongside the current application.
Can this be done using an installer project within Visual Studio and a custom installer class?
Any help or advice would be appreciated.
I'm currently using VS2008.