I have an issue with an old VB6 application. It uses a 3rd-party dll but one user already has a newer version of the dll installed. The dll checks the version using the unlock key. When it finds a newer version than my unlock allows it fails. The only way I can think of to get over this is via a side-by-side manifest, but I know absolutely nothing of the format of a manifest to do this.
Can anyone give me an example please? Or is there an easier way to do it?

