From 4a23f6a0597451efe79bc029c076fa119e26064c Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 30 Mar 2007 20:55:35 +0000 Subject: [PATCH] pull up r19211 from trunk r19211@cathode-dark-space: jaltman | 2007-03-06 18:30:47 -0500 ticket: new subject: reverting commit to windows WIX installer (revision 19207) component: windows Revision 19207 committed by Kevin Koch does not document changes made to the Wix installer files. The changes that were made remove the installation of the configuration files and the inclusion of leash32.chm. When the decision is made to remove Leash from the installer, the entire Leash feature and the associated properties used to determine when it is installed must be removed. Commenting out individual file components is not sufficient. Configuration files must be installed as part of KFW. The source of the configuration files is defined by the variable "ConfigDir" within the site-local.wxi directory. Any changes made to the WIX installer must also be made to the NSIS installer. The changes to the src/windows/wix directory from 19207 are therefore reverted. ticket: 5461 version_fixed: 1.6.1 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19362 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/wix/features.wxi | 8 ++++---- src/windows/installer/wix/files.wxi | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi index 7dd2f0b9d..72480a94c 100644 --- a/src/windows/installer/wix/features.wxi +++ b/src/windows/installer/wix/features.wxi @@ -111,8 +111,8 @@ - + + @@ -213,9 +213,9 @@ - + diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 0876eb305..e29e3d30f 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -231,9 +231,9 @@ - + @@ -888,7 +888,7 @@ - + -- 2.26.2