Missing files, fix for SSPCPP-40
authorScott Cantor <cantor.2@osu.edu>
Fri, 28 Sep 2007 01:18:13 +0000 (01:18 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 28 Sep 2007 01:18:13 +0000 (01:18 +0000)
msi/scripts/shib_edit_config_files.vbs

index b8b268a..8ac6204 100644 (file)
@@ -190,6 +190,14 @@ if (Err = 0) then
     FileSystemObj.CopyFile DistDir & "bindingTemplate.html", ConfigDir, false
   End If
 
+  If (NOT FileSystemObj.FileExists(ConfigDir & "localLogout.html")) then
+    FileSystemObj.CopyFile DistDir & "localLogout.html", ConfigDir, false
+  End If
+
+  If (NOT FileSystemObj.FileExists(ConfigDir & "globalLogout.html")) then
+    FileSystemObj.CopyFile DistDir & "globalLogout.html", ConfigDir, false
+  End If
+
   If (NOT FileSystemObj.FileExists(ConfigDir & "openssl.cnf")) then
     FileSystemObj.CopyFile DistDir & "openssl.cnf", ConfigDir, false
   End If