From ea3311737c074e4ff969c8cfdfed92aa8ea1e424 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 8 Mar 2006 22:27:04 +0000 Subject: [PATCH] pull up r17580 from trunk ticket: 3318 version_fixed: 1.4.4 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@17719 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/wix/ChangeLog | 5 +++++ src/windows/installer/wix/kfw.wxs | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/windows/installer/wix/ChangeLog b/src/windows/installer/wix/ChangeLog index 6eb2aa9a6..38f463566 100644 --- a/src/windows/installer/wix/ChangeLog +++ b/src/windows/installer/wix/ChangeLog @@ -1,3 +1,8 @@ +2005-12-30 Jeffrey Altman + + Remove impersonation from the network provider installation + to allow installation on Vista + 2005-11-01 Jeffrey Altman Add support for Network Identity Manager Framework diff --git a/src/windows/installer/wix/kfw.wxs b/src/windows/installer/wix/kfw.wxs index f791feed6..667413c9e 100644 --- a/src/windows/installer/wix/kfw.wxs +++ b/src/windows/installer/wix/kfw.wxs @@ -124,14 +124,16 @@ Id="InstallNetProvider" BinaryKey="binCustom" DllEntry="InstallNetProvider" - Execute="oncePerProcess" /> + Impersonate="no" + Execute="deferred" /> + Execute="deferred" />