From 48fcb676709577975cbad7627b62c5f1aeb411be Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Mon, 30 Jul 2012 09:46:24 -0400 Subject: [PATCH] Always install krb5.ini in KfW 4.0 installer Pre-existing krb5.ini files from old kfw versions will be overridden due to the new search path, but not removed. This is the desired behavior since old krb5.ini files are far more likely to cause problems than to contain useful data. Signed-off-by: Kevin Wasserman (cherry picked from commit 5ea045032d10d3c472d648a02a8010ec9db1d382) ticket: 7324 status: resolved --- src/windows/installer/wix/files.wxi | 1 - 1 file changed, 1 deletion(-) diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index ff231be50c..5a9b5114e6 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -462,7 +462,6 @@ - NOT SYSTEMKRB5INI -- 2.47.2