]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-vista-wix-install-20051230
authorAsanka Herath <asanka@secure-endpoints.com>
Fri, 30 Dec 2005 22:41:49 +0000 (22:41 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 30 Dec 2005 22:41:49 +0000 (22:41 +0000)
Update the MSI to install the network provider without impersonation

(cherry picked from commit 40f151f5c47460927bcaa5b5a631057ae72790ad)

src/WINNT/install/wix/openafs.wxs

index fb01ee615adb42631e84943ffa8e03d2c925e56c..2c2737a05d284771cc89a9420aed71dcb0ae7abd 100644 (file)
          BinaryKey="BIN_afsLoopback"
          DllEntry="uninstallLoopbackMSI"
          Execute="deferred" 
+         Impersonate="no"
          />
         <CustomAction
          Id="RollbackLoopback"
          BinaryKey="BIN_afsLoopback"
          DllEntry="uninstallLoopbackMSI"
          Execute="deferred" 
+         Impersonate="no"
          />
        <?endif?>
        <?else?>
          Id="InstallNetProvider" 
          BinaryKey="BIN_afsCustom" 
          DllEntry="InstallNetProvider"
-         Execute="oncePerProcess" />
+         Execute="deferred" 
+         Impersonate="no"
+        />
                <CustomAction 
                 Id="RemoveNetProvider" 
                 BinaryKey="BIN_afsCustom"
                 DllEntry="UninstallNetProvider"
                 Return="ignore"
-                Execute="oncePerProcess" />
+                Execute="deferred" 
+                 Impersonate="no"
+                />
                <CustomAction 
                 Id="RollbackNetProvider" 
                 BinaryKey="BIN_afsCustom"