Fix path to DLL.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 5 Feb 2008 22:19:12 +0000 (22:19 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 5 Feb 2008 22:19:12 +0000 (22:19 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2721 cb58f699-b61c-0410-a6fe-9272a202ed29

msi/scripts/shib_install_isapi_filter.vbs
msi/scripts/shib_uninstall_isapi_filter.vbs

index 1e29fde..25e4211 100644 (file)
@@ -27,7 +27,7 @@ if (Err = 0) then
   do while (mid(InstallDir,Len(InstallDir),1) = "\")
     InstallDir = mid(InstallDir,1,Len(InstallDir)-1)
   loop
-  ShibISAPIPath = InstallDir & "\libexec\isapi_shib.dll"
+  ShibISAPIPath = InstallDir & "\lib\shibboleth\isapi_shib.dll"
   'Make sure ShibFileExtension is in proper format
   'First, strip any preceding periods
   do while (mid(ShibFileExtension,1,1) = ".")
index 8106e94..1eba320 100644 (file)
@@ -93,7 +93,7 @@ if (Err = 0) then
   do while (mid(InstallDir,Len(InstallDir),1) = "\")
     InstallDir = mid(InstallDir,1,Len(InstallDir)-1)
   loop
-  ShibISAPIPath = InstallDir & "\libexec\isapi_shib.dll"
+  ShibISAPIPath = InstallDir & "\lib\shibboleth\isapi_shib.dll"
 
   'Delete ISAPI Filter
   'First do the master service