Add missing templates to installation.
authorScott Cantor <cantor.2@osu.edu>
Thu, 11 Jun 2009 19:51:19 +0000 (19:51 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 11 Jun 2009 19:51:19 +0000 (19:51 +0000)
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