From bd7cecb3277b2980a880c68e70a7ca761285347c Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 28 Nov 2011 18:42:21 -0500 Subject: [PATCH] Windows: Wix disable integrated logon by default One of the significant differences between the NSIS and Wix installer packages is that NSIS does not activate integrated logon by default whereas the Wix installer does. Enabling integrated logon without configuring the cell, CellServDB, installing Kerberos v5 and configuring krb5.conf can result in a very long wait at logon. Now that NSIS is no longer being supported and cannot be supported as a native 64-bit installer mechanism we must disable integrated logon by default to prevent more bad end user experiences like @Lotterleben described on Twitter. Change-Id: I10be4185177f94e53295a7641dd387feb295eaa5 Reviewed-on: http://gerrit.openafs.org/6132 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- src/WINNT/install/wix/config.wxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WINNT/install/wix/config.wxi b/src/WINNT/install/wix/config.wxi index 7e04296..3441a31 100644 --- a/src/WINNT/install/wix/config.wxi +++ b/src/WINNT/install/wix/config.wxi @@ -37,10 +37,10 @@ - + "?> - + -- 1.9.4