From d230cb454dca073b445ab1bd9dea199add8cc327 Mon Sep 17 00:00:00 2001 From: "Asanka C. Herath" Date: Mon, 1 Nov 2010 16:55:24 -0400 Subject: [PATCH] Windows: Installer support for legacy configuration files --- .../windows/installer/heimdal-installer.wxs | 48 +++++++++++++++++-- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/packages/windows/installer/heimdal-installer.wxs b/packages/windows/installer/heimdal-installer.wxs index 3b6cfb242..7bfd8f1a8 100644 --- a/packages/windows/installer/heimdal-installer.wxs +++ b/packages/windows/installer/heimdal-installer.wxs @@ -172,7 +172,12 @@ Permanent='yes' NeverOverwrite='yes'> - Not LEGACYKRB5INI And Not LEGACYKRB5CONF + + + + + Not LEGACYKRB5INI And Not LEGACYKRB5CONF And Not LEGACYKRB5REG32 And Not LEGACYKRB5REG64 - + - + + + + + LEGACYKRB5INI @@ -195,10 +208,18 @@ DestinationDirectory='dirCommonKerberos' DestinationName='krb5.conf' DestinationShortName='krb5.cnf' SourceProperty='LEGACYKRB5CONF' /> - + - + + + + + LEGACYKRB5CONF @@ -220,6 +241,7 @@ + @@ -232,6 +254,22 @@ + + + + + + + + + + + + + +