Fix path to DLL.
authorScott Cantor <cantor.2@osu.edu>
Tue, 5 Feb 2008 22:19:12 +0000 (22:19 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 5 Feb 2008 22:19:12 +0000 (22:19 +0000)
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