Our install4j-based app has a 3rd party library jar called (eg) foobar-1.0.jar
In an updated version, we have replaced the jar with foobar-1.1.jar
The install4j updater adds the new jar, but doesn't remove the old one. So now both are on the classpath. This is making our app crash.
How can I tell the updater to remove a file that no longer should be there?