How do you get an msi installer to check for a minimum version number of your already installed application?
We are distributing a full install of our updated Vista ready application (version 4.00.0)
Some of our users already have an earlier version of our application installed and others do not. The new install will work fine as long as the user is a new user or on a version that was released during the last year. However, if they are using an old version of the application it will not install correctly and could result in loss of data.
I would like to limit the installer to run only if no previous install is found or if the version number is 3.60.0 or greater.
(Our program is written in visual basic using Visual Studio 2005 and .NET framework 2.0. The Msi installer version is 3.1)