From e9387b9f64c45eb014a207423ee007a09ed88852 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 2 Feb 2007 15:38:16 +0000 Subject: [PATCH] STABLE14-windows-nsis-20070202 even if afsd_service.exe can be shut down the binary might still not be able to be replaced due to the windows Protection Service. Use the ReplaceDLL macro (cherry picked from commit 38d6f485078185acc0067362eb970b5cbf41e800) --- src/WINNT/install/NSIS/OpenAFS.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/install/NSIS/OpenAFS.nsi b/src/WINNT/install/NSIS/OpenAFS.nsi index b6daebe646..79e74e3c34 100644 --- a/src/WINNT/install/NSIS/OpenAFS.nsi +++ b/src/WINNT/install/NSIS/OpenAFS.nsi @@ -532,7 +532,7 @@ Section "!AFS Client" secClient File "${AFS_CLIENT_BUILDDIR}\aklog.exe" File "${AFS_CLIENT_BUILDDIR}\afscreds.exe" !insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afs_shl_ext.dll" "$INSTDIR\Client\Program\afs_shl_ext.dll" "$INSTDIR" - File "${AFS_CLIENT_BUILDDIR}\afsd_service.exe" + !insertmacro ReplaceDLL "${AFS_CLIENT_BUILDDIR}\afsd_service.exe" "$INSTDIR\Client\Program\afsd_service.exe" "$INSTDIR" File "${AFS_CLIENT_BUILDDIR}\symlink.exe" File "${AFS_DESTDIR}\bin\kpasswd.exe" File "${AFS_SERVER_BUILDDIR}\pts.exe"