We have a third party dll that was on version 1.0 in version 5.0 of our application.
In version 6.0 of our application, we upgraded the third party dll to version 2.0. But that caused problems for the application and we wanted to roll back.
So in version 6.1 of our application, we wanted to roll back to version 1.0 of the third party dll. But the Windows Installer sees that component as being a version greater than the one that is in the MSI and doesn't want to updated it.
How do I roll back the third party dll in the 6.1 version of our product?