Copy over example metadata.
authorScott Cantor <cantor.2@osu.edu>
Wed, 28 Nov 2007 04:13:58 +0000 (04:13 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 28 Nov 2007 04:13:58 +0000 (04:13 +0000)
msi/scripts/shib_edit_config_files.vbs

index 52fc73c..3d9626f 100644 (file)
@@ -214,6 +214,10 @@ if (Err = 0) then
     FileSystemObj.CopyFile DistDir & "sp-example.key", ConfigDir, false
   End If
 
+  If (NOT FileSystemObj.FileExists(ConfigDir & "example-metadata.xml")) then
+    FileSystemObj.CopyFile DistDir & "example-metadata.xml", ConfigDir, false
+  End If
+
   ' Finally, fix up schema catalogs.
   
   XMLDir = InstallDir & "\share\xml\xmltooling\"