Add missing templates to installation.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 11 Jun 2009 19:51:19 +0000 (19:51 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 11 Jun 2009 19:51:19 +0000 (19:51 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3043 cb58f699-b61c-0410-a6fe-9272a202ed29

msi/scripts/shib_edit_config_files.vbs

index 3ce7ad1..889c5d3 100644 (file)
@@ -146,6 +146,14 @@ if (Err = 0) then
     FileSystemObj.CopyFile DistDir & "bindingTemplate.html", ConfigDir, false
   End If
 
+  If (NOT FileSystemObj.FileExists(ConfigDir & "discoveryTemplate.html")) then
+    FileSystemObj.CopyFile DistDir & "discoveryTemplate.html", ConfigDir, false
+  End If
+
+  If (NOT FileSystemObj.FileExists(ConfigDir & "postTemplate.html")) then
+    FileSystemObj.CopyFile DistDir & "postTemplate.html", ConfigDir, false
+  End If
+
   If (NOT FileSystemObj.FileExists(ConfigDir & "localLogout.html")) then
     FileSystemObj.CopyFile DistDir & "localLogout.html", ConfigDir, false
   End If