windows-vista-wix-install-20051230
authorAsanka Herath <asanka@secure-endpoints.com>
Fri, 30 Dec 2005 22:40:15 +0000 (22:40 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 30 Dec 2005 22:40:15 +0000 (22:40 +0000)
Update the MSI to install the network provider without impersonation

src/WINNT/install/wix/openafs.wxs

index b3d687e..933f2be 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"