From a9e428c299cc4a306bf05edfb4f8c2be13ef4170 Mon Sep 17 00:00:00 2001 From: adipiciu <13155063+adipiciu@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:50:41 +0200 Subject: [PATCH] Update Main.wxs.template Removed the JavaSoftCurrentVersion component condition. Temurin 8 JavaSoftCurrentVersion key is not removed at uninstall, because the condition is never satisfied. For Temurin 11, 17, etc, the condition doesn't make any sense because it's comparing with version "1.8", but Temurin 8 has totally different keys. Signed-off-by: adipiciu <13155063+adipiciu@users.noreply.github.com> --- wix/Main.wxs.template | 1 - 1 file changed, 1 deletion(-) diff --git a/wix/Main.wxs.template b/wix/Main.wxs.template index 8a92056f9..3c78f94ad 100644 --- a/wix/Main.wxs.template +++ b/wix/Main.wxs.template @@ -133,7 +133,6 @@ - "1.8" AND JAVASOFT_CURRENTVERSION < $(var.ProductMajorVersion)]]>