From: Jeffrey Altman Date: Mon, 28 Nov 2011 23:42:21 +0000 (-0500) Subject: Windows: Wix disable integrated logon by default X-Git-Tag: upstream/1.8.0_pre1^2~3005 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bd7cecb3277b2980a880c68e70a7ca761285347c;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/WINNT/install/wix/config.wxi b/src/WINNT/install/wix/config.wxi index 7e0429649..3441a3179 100644 --- a/src/WINNT/install/wix/config.wxi +++ b/src/WINNT/install/wix/config.wxi @@ -37,10 +37,10 @@ - + "?> - +