diff --git a/install4j/project.install4j b/install4j/project.install4j index e37180e67..9dede8906 100644 --- a/install4j/project.install4j +++ b/install4j/project.install4j @@ -285,6 +285,23 @@ return true; + + + 70 + + + + + + + try{ + Runtime.getRuntime().exec(new String[] {"taskkill", "/f", "/t", "/im", "PeerBanHelper*"}).waitFor(); +} catch (Exception ignored) {} +return true; + + + +