From 7121e5295fe9e04100626445123b71c79e7da7f0 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Fri, 30 Dec 2005 22:41:49 +0000 Subject: [PATCH] STABLE14-windows-vista-wix-install-20051230 Update the MSI to install the network provider without impersonation (cherry picked from commit 40f151f5c47460927bcaa5b5a631057ae72790ad) --- src/WINNT/install/wix/openafs.wxs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/WINNT/install/wix/openafs.wxs b/src/WINNT/install/wix/openafs.wxs index fb01ee615..2c2737a05 100644 --- a/src/WINNT/install/wix/openafs.wxs +++ b/src/WINNT/install/wix/openafs.wxs @@ -92,12 +92,14 @@ BinaryKey="BIN_afsLoopback" DllEntry="uninstallLoopbackMSI" Execute="deferred" + Impersonate="no" /> @@ -129,13 +131,17 @@ Id="InstallNetProvider" BinaryKey="BIN_afsCustom" DllEntry="InstallNetProvider" - Execute="oncePerProcess" /> + Execute="deferred" + Impersonate="no" + /> + Execute="deferred" + Impersonate="no" + />