From 53099658cbca72b8f5534b5fef75dbcdb2d8718d Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Fri, 26 Mar 2021 17:30:18 +0000 Subject: [PATCH] JAL-3830 delete channel.props and channel.propsv when uninstalling --- utils/install4j/install4j8_template.install4j | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/utils/install4j/install4j8_template.install4j b/utils/install4j/install4j8_template.install4j index 60366b3..388e14c 100644 --- a/utils/install4j/install4j8_template.install4j +++ b/utils/install4j/install4j8_template.install4j @@ -728,7 +728,7 @@ return console.askYesNo(message, true); - + jre @@ -919,6 +919,16 @@ return console.askYesNo(message, true); bin + + + channel.props + + + + + channel.propsv + + -- 1.7.10.2