From 44345db821ee535e6e59b1a2db587e0ddc0d7027 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 23 Aug 2006 18:31:48 +0000 Subject: [PATCH] pull up r18498 from trunk r18498@cathode-dark-space: jaltman | 2006-08-22 22:28:05 -0400 ticket: 4172 * install NetIDMgr plug-in sample as part of SDK * install netidmgr.exe (win2000 version) ticket: 4172 version_fixed: 1.4.4 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@18505 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/wix/config.wxi | 1 + src/windows/installer/wix/features.wxi | 5 +++ src/windows/installer/wix/files.wxi | 56 ++++++++++++++++++++++++-- 3 files changed, 59 insertions(+), 3 deletions(-) diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index 7b6507ae1..0f07b14f7 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -48,6 +48,7 @@ + diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi index a5cebbe1c..72480a94c 100644 --- a/src/windows/installer/wix/features.wxi +++ b/src/windows/installer/wix/features.wxi @@ -80,11 +80,13 @@ + + @@ -252,6 +254,9 @@ + + + diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 027661141..ba422bb61 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -328,8 +328,13 @@ - + + VersionNT > 500 + + + + VersionNT <= 500 @@ -343,14 +348,23 @@ - + + + + + + + + VersionNT > 500 + + - + VersionNT <= 500 @@ -810,6 +824,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.26.2